:root {
  --navy: #071827;
  --navy-2: #0c2538;
  --wine: #681f26;
  --gold: #c8a25a;
  --paper: #f4efe3;
  --ink: #17222b;
  --muted: #66717a;
  --line: rgba(26, 35, 43, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
.skip { position: fixed; z-index: 99; top: -100px; left: 1rem; background: #fff; padding: .75rem 1rem; }
.skip:focus { top: 1rem; }
.site-header { height: 80px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; background: var(--navy); color: #fff; border-bottom: 1px solid rgba(255,255,255,.13); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-size: .82rem; font-weight: 600; letter-spacing: .18em; }
.brand-mark { color: var(--gold); font-size: 1.1rem; }
nav { display: flex; gap: 2rem; }
nav a, footer a { text-decoration: none; font-size: .9rem; color: rgba(255,255,255,.78); }
nav a:hover, footer a:hover { color: #fff; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .75rem 1.25rem; border: 1px solid var(--gold); background: var(--gold); color: #15212a; text-decoration: none; font-weight: 600; letter-spacing: .02em; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #d6b56f; }
.button-small { min-height: 40px; padding: .5rem 1rem; font-size: .84rem; }
.hero { position: relative; min-height: 700px; height: calc(100svh - 80px); max-height: 880px; display: flex; align-items: center; overflow: hidden; background: var(--navy); color: #fff; }
.hero-image, .hero-shade { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero-image { object-position: 58% center; }
.hero-shade { background: linear-gradient(90deg, rgba(4,15,25,.98) 0%, rgba(4,15,25,.82) 34%, rgba(4,15,25,.16) 67%, rgba(4,15,25,.12) 100%); }
.hero-copy { position: relative; z-index: 2; width: min(590px, 52vw); margin-left: clamp(1.25rem, 8vw, 8.5rem); padding-bottom: 2rem; }
.eyebrow, .kicker { margin: 0 0 1.25rem; font-size: .76rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
h1, h2, h3, blockquote { font-family: "Marcellus", serif; font-weight: 400; }
h1 { margin: 0; font-size: clamp(4.2rem, 8vw, 8rem); line-height: .9; letter-spacing: -.05em; }
.hero-deck { max-width: 500px; margin: 1.7rem 0; font-family: "Marcellus", serif; font-size: clamp(1.15rem, 1.6vw, 1.45rem); line-height: 1.5; color: rgba(255,255,255,.8); }
.hero-actions { display: flex; align-items: center; gap: 1.75rem; }
.text-link { color: #fff; text-underline-offset: .35rem; }
.quiet { font-size: .78rem; color: rgba(255,255,255,.52); }
.hero-volume { position: absolute; z-index: 2; right: clamp(1rem, 3vw, 3rem); bottom: 2.5rem; display: flex; gap: .75rem; align-items: flex-start; color: rgba(255,255,255,.7); }
.hero-volume > span { color: var(--gold); font-family: "Marcellus", serif; font-size: 2.7rem; line-height: 1; }
.hero-volume p { margin: 0; padding-left: .75rem; border-left: 1px solid rgba(255,255,255,.25); font-size: .75rem; line-height: 1.5; text-transform: uppercase; letter-spacing: .1em; }
.manifesto { padding: clamp(5rem, 10vw, 9rem) 8vw 5rem; text-align: center; background: #f5f0e5; }
.ornament { color: var(--gold); font-size: 1.6rem; margin-bottom: 1rem; }
.manifesto h2, .inside h2, .making h2, .reserve h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 5.2rem); line-height: 1.05; letter-spacing: -.04em; }
.manifesto-copy { max-width: 760px; margin: 2rem auto 4rem; color: #4f5b63; font-size: 1.08rem; }
.spec-row { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1100px; margin: 0 auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.spec-row div { padding: 1.5rem 1rem; border-right: 1px solid var(--line); }
.spec-row div:last-child { border-right: 0; }
.spec-row strong, .spec-row span { display: block; }
.spec-row strong { font-family: "Marcellus", serif; font-size: 1.25rem; }
.spec-row span { color: var(--muted); font-size: .78rem; }
.inside { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 760px; background: #fff; }
.inside-image-wrap { position: relative; min-height: 620px; overflow: hidden; }
.inside-image-wrap > img { height: 100%; object-fit: cover; }
.audio-pin { position: absolute; left: 10%; bottom: 8%; display: inline-flex; gap: .7rem; align-items: center; border: 1px solid rgba(255,255,255,.4); background: rgba(7,24,39,.9); color: #fff; padding: .8rem 1rem; cursor: pointer; backdrop-filter: blur(8px); }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(200,162,90,.22); }
.inside-copy { padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 6vw, 6rem); align-self: center; }
.inside-copy > p:not(.kicker) { color: var(--muted); font-size: 1.05rem; }
.feature-list { list-style: none; margin: 2.5rem 0 0; padding: 0; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 42px 1fr; gap: .5rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.feature-list li > span { color: var(--wine); font-size: .75rem; }
.feature-list strong { font-family: "Marcellus", serif; font-size: 1.08rem; }
.feature-list p { margin: .2rem 0 0; color: var(--muted); font-size: .88rem; }
.saint { position: relative; overflow: hidden; display: grid; grid-template-columns: .75fr 1.25fr; min-height: 570px; background: var(--wine); color: #fff; }
.saint-number { align-self: center; justify-self: center; font-family: "Marcellus", serif; font-size: clamp(12rem, 28vw, 28rem); line-height: .75; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.15); }
.saint-copy { position: relative; z-index: 1; align-self: center; max-width: 720px; padding: 5rem 8vw 5rem 0; }
blockquote { margin: 0 0 2rem; font-size: clamp(2rem, 4vw, 4.6rem); line-height: 1.15; letter-spacing: -.035em; }
.saint-copy > p:not(.kicker):not(.attribution) { color: rgba(255,255,255,.72); }
.attribution { margin-top: 1.5rem; font-size: .73rem; letter-spacing: .18em; color: var(--gold); }
.making { padding: clamp(5rem, 9vw, 9rem) 8vw; background: var(--navy); color: #fff; }
.making-heading { display: grid; grid-template-columns: .5fr 1.5fr; gap: 2rem; margin-bottom: 4rem; }
.making-heading h2 { max-width: 850px; }
.making-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.making-grid article { padding: 2rem 3rem 2rem 0; border-right: 1px solid rgba(255,255,255,.16); }
.making-grid article + article { padding-left: 3rem; }
.making-grid article:last-child { border-right: 0; }
.making-grid span { color: var(--gold); font-size: .78rem; }
.making-grid h3 { font-size: 1.7rem; margin: 1rem 0 .5rem; }
.making-grid p, .production-note { color: rgba(255,255,255,.6); }
.production-note { max-width: 850px; margin: 3rem 0 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); font-size: .8rem; }
.reserve { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(5rem, 9vw, 9rem) 8vw; background: #eee5d4; }
.reserve > div > p:not(.kicker) { max-width: 530px; color: var(--muted); }
.reserve-form { padding: clamp(1.5rem, 4vw, 3.2rem); background: #fff; border-top: 3px solid var(--wine); box-shadow: 0 20px 60px rgba(60,40,20,.1); }
.reserve-form label > span { display: block; margin-bottom: .35rem; font-size: .78rem; font-weight: 600; color: #45515a; }
input, select { width: 100%; min-height: 48px; border: 1px solid #bdc1c1; border-radius: 0; background: #fff; padding: .7rem .8rem; color: var(--ink); }
input:focus, select:focus, button:focus-visible, a:focus-visible { outline: 3px solid #deb868; outline-offset: 3px; }
.form-row { display: grid; grid-template-columns: 1.4fr .6fr; gap: 1rem; margin-top: 1rem; }
.check { display: grid; grid-template-columns: 18px 1fr; gap: .65rem; align-items: start; margin: 1rem 0; }
.check input { width: 18px; min-height: 18px; margin-top: .15rem; }
.check span { font-weight: 400 !important; }
.button-light { width: 100%; background: var(--wine); border-color: var(--wine); color: #fff; }
.button-light:hover { background: #7d2a32; }
.form-note { margin: .6rem 0 0; text-align: center; color: var(--muted); font-size: .75rem; }
.form-note.form-error { color: #9a232e; }
footer { min-height: 160px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 2rem; padding: 2rem 8vw; background: #050f18; color: rgba(255,255,255,.62); }
footer > p { text-align: center; font-size: .8rem; }
footer > div { display: flex; justify-content: flex-end; gap: 1.5rem; }
.footer-brand { color: #fff; }
dialog { width: min(560px, calc(100% - 2rem)); padding: 3rem; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 25px 100px rgba(0,0,0,.45); }
dialog::backdrop { background: rgba(3,12,20,.78); backdrop-filter: blur(6px); }
dialog h2 { margin: 0; font-family: "Marcellus", serif; font-size: 3.5rem; }
.dialog-close { position: absolute; top: 1rem; right: 1rem; width: 42px; height: 42px; border: 0; background: transparent; font-size: 2rem; cursor: pointer; }
.audio-reading { font-family: "Marcellus", serif; font-size: 1.25rem; }
.audio-player { display: grid; grid-template-columns: 50px 1fr 45px; align-items: center; gap: 1rem; padding: 1rem 0; }
.audio-player button { width: 50px; height: 50px; border: 0; border-radius: 50%; background: var(--wine); color: #fff; cursor: pointer; }
.track { height: 4px; background: #d5cdbc; overflow: hidden; }
.track span { display: block; width: 0; height: 100%; background: var(--wine); transition: width .2s linear; }
.dialog-note { color: var(--muted); font-size: .78rem; }
.toast { position: fixed; z-index: 90; right: 1.25rem; bottom: 1.25rem; max-width: 360px; display: grid; padding: 1rem 1.2rem; background: #fff; border-left: 4px solid var(--gold); box-shadow: 0 12px 40px rgba(0,0,0,.18); transform: translateY(140%); transition: transform .35s ease; }
.toast.show { transform: translateY(0); }
.toast span { font-size: .82rem; color: var(--muted); }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { min-height: 740px; align-items: flex-start; }
  .hero-image { object-position: 65% bottom; }
  .hero-shade { background: linear-gradient(180deg, rgba(4,15,25,.98) 0%, rgba(4,15,25,.88) 42%, rgba(4,15,25,.16) 78%); }
  .hero-copy { width: auto; margin: 0; padding: 5rem 1.25rem 0; }
  .hero-volume { display: none; }
  .inside, .saint, .reserve { grid-template-columns: 1fr; }
  .inside-image-wrap { min-height: 540px; }
  .saint-number { position: absolute; left: -1rem; bottom: -1rem; }
  .saint-copy { padding: 5rem 8vw; }
  .making-heading { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer > p { margin: 0; }
  footer > div { justify-content: center; }
  .footer-brand { justify-content: center; }
}

@media (max-width: 620px) {
  .site-header { height: 68px; padding: 0 1rem; }
  .site-header .button { display: none; }
  .hero { height: calc(100svh - 68px); min-height: 680px; }
  .hero-copy { padding-top: 3.5rem; }
  h1 { font-size: clamp(3.8rem, 20vw, 5.4rem); }
  .hero-deck { max-width: 92%; font-size: 1.06rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .manifesto { padding-left: 1.25rem; padding-right: 1.25rem; }
  .spec-row { grid-template-columns: 1fr 1fr; }
  .spec-row div:nth-child(2) { border-right: 0; }
  .spec-row div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .inside-image-wrap { min-height: 420px; }
  .inside-image-wrap > img { object-position: 42% center; }
  .inside-copy { padding: 4rem 1.25rem; }
  .saint-copy, .making, .reserve { padding-left: 1.25rem; padding-right: 1.25rem; }
  .making-grid { grid-template-columns: 1fr; }
  .making-grid article, .making-grid article + article { padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .form-row { grid-template-columns: 1fr; }
  dialog { padding: 2.5rem 1.25rem 1.5rem; }
}

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

/* Collection catalog */
.catalog-hero { min-height: 540px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 4rem; padding: clamp(5rem, 10vw, 9rem) 8vw clamp(4rem, 8vw, 7rem); background: radial-gradient(circle at 78% 35%, rgba(200,162,90,.16), transparent 26%), var(--navy); color: #fff; }
.catalog-intro h1 { margin: 0; font-size: clamp(4rem, 8.5vw, 8.8rem); line-height: .92; }
.catalog-intro > p:not(.eyebrow) { max-width: 620px; margin: 2rem 0; font-family: "Marcellus", serif; font-size: 1.25rem; color: rgba(255,255,255,.72); }
.catalog-tally { justify-self: end; display: flex; align-items: center; gap: 1.25rem; padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.catalog-tally strong { font-family: "Marcellus", serif; font-size: 4.8rem; line-height: 1; color: var(--gold); }
.catalog-tally span { font-size: .78rem; line-height: 1.55; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.6); }
.catalog { padding: clamp(5rem, 9vw, 8rem) 8vw; background: #f4efe3; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
.section-heading h2, .principles h2 { margin: 0; font-family: "Marcellus", serif; font-size: clamp(2.8rem, 5.8vw, 5.8rem); line-height: 1; letter-spacing: -.045em; }
.section-heading > p { max-width: 520px; color: var(--muted); }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.2rem, 2.4vw, 2.4rem); }
.catalog-card { background: #fff; border: 1px solid rgba(20,34,43,.12); }
.card-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--navy); }
.card-image img { height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.catalog-card:hover .card-image img { transform: scale(1.035); }
.card-info { padding: 1.6rem; }
.card-meta { margin: 0 0 .35rem !important; color: var(--wine) !important; font-size: .7rem !important; font-weight: 600; letter-spacing: .14em; }
.matthew-card .card-meta { color: #2d6246 !important; }
.john-card .card-meta { color: #18557a !important; }
.john-card .card-image img { object-position: 58% center; }

.complete-catalog { padding: clamp(5rem, 9vw, 8rem) 8vw; background: #e9e2d4; }
.complete-catalog-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; margin-bottom: clamp(3rem, 6vw, 5.5rem); }
.complete-catalog-heading h2 { margin: 0; font: 400 clamp(3.4rem, 6.5vw, 7rem)/.94 "Marcellus", serif; letter-spacing: -.05em; }
.complete-catalog-heading > div:last-child > p { margin: 0 0 1.5rem; color: #536068; }
.catalog-search { position: relative; display: block; }
.catalog-search::after { content: "Search"; position: absolute; top: 50%; right: 1rem; color: #8b2933; font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transform: translateY(-50%); pointer-events: none; }
.catalog-search input { min-height: 54px; padding-right: 5.5rem; border-color: rgba(23,34,43,.28); background: rgba(255,255,255,.72); }
.canon-catalog { border-top: 1px solid rgba(23,34,43,.22); }
.canon-group { border-bottom: 1px solid rgba(23,34,43,.22); }
.canon-group > summary { min-height: 82px; display: grid; grid-template-columns: 1fr auto auto; gap: 1rem; align-items: center; padding: 1rem 0; cursor: pointer; list-style: none; }
.canon-group > summary::-webkit-details-marker { display: none; }
.canon-group > summary span { font: 400 clamp(1.7rem, 2.8vw, 2.7rem) "Marcellus", serif; }
.canon-group > summary small { color: #6b7478; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.canon-group > summary::after { content: "+"; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(23,34,43,.26); border-radius: 50%; color: #8b2933; font-size: 1.3rem; }
.canon-group[open] > summary::after { content: "−"; }
.canon-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-bottom: clamp(3rem, 6vw, 5rem); background: rgba(23,34,43,.14); border: 1px solid rgba(23,34,43,.14); }
.canon-card { min-width: 0; display: grid; grid-template-columns: 74px minmax(0, 1fr); grid-template-rows: 1fr auto; gap: .95rem 1rem; padding: 1rem; background: #f8f5ed; transition: background .2s, transform .2s; }
.canon-card:hover { position: relative; z-index: 1; background: #fff; box-shadow: 0 12px 30px rgba(34,27,19,.1); transform: translateY(-2px); }
.canon-cover { grid-row: 1 / 3; align-self: start; aspect-ratio: 2 / 3; overflow: hidden; background: #132735; box-shadow: 0 6px 16px rgba(16,24,29,.18); }
.canon-cover img { height: 100%; object-fit: cover; }
.canon-card > div { min-width: 0; }
.canon-card p { margin: 0 0 .3rem; color: #8b2933; font-size: .58rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.canon-card h3 { margin: 0; font-size: clamp(1.05rem, 1.4vw, 1.35rem); line-height: 1.08; }
.canon-card h3 a { text-decoration: none; }
.canon-card span, .canon-card small { display: block; overflow: hidden; color: #667176; font-size: .68rem; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.canon-card small { margin-top: .28rem; }
.canon-read { align-self: end; color: #27363e; font-size: .72rem; font-weight: 600; text-underline-offset: .22rem; }
.canon-read span { display: inline; margin-left: .2rem; color: #8b2933; font-size: inherit; }
.canon-empty { display: grid; place-items: center; min-height: 260px; padding: 3rem; text-align: center; }
.canon-empty span { color: var(--gold); font-size: 1.8rem; }
.canon-empty p { margin: .6rem 0 0; color: var(--muted); }

.print-features { display: grid; grid-template-columns: 1.2fr .8fr; background: #ece5d7; }
.print-feature-image { min-height: 680px; overflow: hidden; }
.print-feature-image img { height: 100%; object-fit: cover; object-position: center; }
.print-feature-copy { align-self: center; padding: clamp(4rem, 7vw, 7rem); }
.print-feature-copy h2 { margin: .4rem 0 1.4rem; font: 400 clamp(3rem, 5vw, 5.4rem)/.98 "Marcellus", serif; letter-spacing: -.04em; }
.print-feature-copy > p:not(.kicker) { color: #55636a; line-height: 1.7; }
.print-feature-copy ul { margin: 2.2rem 0; padding: 0; list-style: none; border-top: 1px solid rgba(20,34,43,.16); }
.print-feature-copy li { display: grid; gap: .2rem; padding: 1rem 0; border-bottom: 1px solid rgba(20,34,43,.16); }
.print-feature-copy li strong { font: 400 1.15rem "Marcellus", serif; }
.print-feature-copy li span { color: #6f797d; font-size: .82rem; }
.card-info h3 { margin: 0; font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1; }
.card-info p { margin: .4rem 0 0; color: var(--muted); }
.card-actions { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 1.4rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.card-actions > span { font-size: .78rem; color: var(--muted); }
.card-actions a { font-weight: 600; text-underline-offset: .25rem; }
.principles { padding: clamp(5rem, 9vw, 9rem) 8vw; background: #081a29; color: #fff; }
.principles > h2 { max-width: 980px; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; border-top: 1px solid rgba(255,255,255,.2); }
.principle-grid article { padding: 2rem 3rem 0 0; border-right: 1px solid rgba(255,255,255,.16); }
.principle-grid article + article { padding-left: 3rem; }
.principle-grid article:last-child { border-right: 0; }
.principle-grid span { color: var(--gold); font-size: .78rem; }
.principle-grid h3 { margin: 1rem 0 .5rem; font-size: 1.7rem; }
.principle-grid p { color: rgba(255,255,255,.62); }

/* Matthew's forest-and-cardinal volume language */
.matthew-theme { --wine: #244f39; --gold: #d0a95b; }
.matthew-theme .site-header { background: #0d1e15; }
.matthew-hero { background: #0d1e15; }
.matthew-hero .hero-image { object-position: 60% center; }
.matthew-hero .hero-shade { background: linear-gradient(90deg, rgba(8,19,13,.98) 0%, rgba(8,19,13,.84) 35%, rgba(8,19,13,.12) 70%); }
.saint-matthew { background: #234c37; }
.matthew-theme .button-light { background: #244f39; border-color: #244f39; }
.matthew-theme .reserve-form { border-top-color: #244f39; }

@media (max-width: 900px) {
  .catalog-hero { grid-template-columns: 1fr; align-items: end; gap: 2rem; }
  .catalog-tally { justify-self: start; }
  .section-heading { grid-template-columns: 1fr; }
  .catalog-grid { grid-template-columns: 1fr; }
  .complete-catalog-heading { grid-template-columns: 1fr; }
  .canon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .catalog-hero { min-height: 620px; padding-left: 1.25rem; padding-right: 1.25rem; }
  .catalog-intro h1 { font-size: clamp(3.6rem, 19vw, 5.5rem); }
  .catalog, .complete-catalog, .principles { padding-left: 1.25rem; padding-right: 1.25rem; }
  .catalog-tally strong { font-size: 3.8rem; }
  .card-actions { align-items: flex-start; flex-direction: column; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article, .principle-grid article + article { padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .matthew-hero .hero-image { object-position: 63% bottom; }
  .complete-catalog-heading { gap: 2rem; }
  .complete-catalog-heading h2 { font-size: clamp(3.2rem, 17vw, 5rem); }
  .canon-group > summary { min-height: 72px; }
  .canon-group > summary small { display: none; }
  .canon-grid { grid-template-columns: 1fr; margin-bottom: 2.5rem; }
  .canon-card { grid-template-columns: 68px minmax(0, 1fr); min-height: 126px; padding: .85rem; }
  .canon-read { min-height: 32px; display: inline-flex; align-items: center; }
}

/* Full-screen digital reader */
.reader-app { --reader-accent: #8b2933; --reading-scale: 1; height: 100svh; overflow: hidden; background: #fbfaf6; color: #18242c; }
.reader-bar { position: relative; z-index: 10; height: 68px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(1rem, 2.5vw, 2rem); border-bottom: 1px solid #dcdedb; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.reader-brand { display: inline-flex; align-items: center; gap: .6rem; color: #0b2131; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
.reader-brand span { color: #c29b50; }
.passage-button { justify-self: center; min-width: 170px; display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: .65rem; padding: .45rem 1rem; border: 0; border-radius: 8px; background: transparent; color: #15242e; cursor: pointer; text-align: left; }
.passage-button:hover { background: #f2f2ee; }
.passage-button span { grid-column: 1; color: #707a7f; font-size: .68rem; line-height: 1.2; text-transform: uppercase; letter-spacing: .1em; }
.passage-button strong { grid-column: 1; font: 400 1.08rem/1.25 "Marcellus", serif; }
.passage-button span, .passage-button strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.passage-button i { grid-column: 2; grid-row: 1 / 3; color: var(--reader-accent); font-style: normal; }
.reader-tools { justify-self: end; display: flex; align-items: center; gap: .35rem; }
.reader-tools button, .reader-tools a { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #d8dad7; border-radius: 50%; background: #fff; color: #28363e; text-decoration: none; font-size: .82rem; cursor: pointer; }
.reader-tools button:disabled { opacity: .38; cursor: default; }
.reader-tools a { width: auto; padding: 0 1rem; border-radius: 999px; }
.reader-tools .share-button { width: auto; display: inline-flex; gap: .4rem; padding: 0 .9rem; border-radius: 999px; }
.reader-tools button:hover, .reader-tools a:hover { border-color: var(--reader-accent); color: var(--reader-accent); }
.reader-layout { height: calc(100svh - 68px); display: grid; grid-template-columns: 228px minmax(0, 1fr); }
.book-rail { position: relative; min-height: 0; overflow-y: auto; padding: 2rem 1rem; border-right: 1px solid #dcdedb; background: #f2f3ef; }
.book-rail > p { margin: 0 .7rem 1rem; color: #747c80; font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.rail-book { width: 100%; display: grid; grid-template-columns: 36px 1fr; gap: .65rem; align-items: center; padding: .85rem .75rem; border: 1px solid transparent; border-radius: 8px; background: transparent; color: #24323a; text-align: left; cursor: pointer; }
.rail-book:hover { background: rgba(255,255,255,.65); }
.rail-book.active { border-color: #d7d8d3; background: #fff; box-shadow: 0 8px 22px rgba(20,28,31,.05); }
.rail-book > span:first-child { color: var(--reader-accent); font: 400 1.2rem "Marcellus", serif; }
.rail-book > span:last-child { display: grid; }
.rail-book strong { font: 400 1.02rem "Marcellus", serif; }
.rail-book small { color: #778084; font-size: .7rem; }
.rail-source { display: flex; gap: .65rem; align-items: flex-start; margin: 1.5rem .7rem 0; padding-top: 1.2rem; border-top: 1px solid #d8d9d5; color: #4f5a60; }
.rail-source > span { color: #c29b50; }
.rail-source p { margin: 0; font: 400 .9rem/1.35 "Marcellus", serif; }
.rail-source small { color: #7c8488; font: 400 .7rem "DM Sans", sans-serif; }
.reader-main { min-width: 0; min-height: 0; display: grid; grid-template-rows: minmax(0, 1fr) 64px; background: #fbfaf6; }
.reading-scroll { min-height: 0; overflow-y: auto; scroll-behavior: smooth; overscroll-behavior: contain; }
.reading-article { width: min(760px, calc(100% - 3rem)); min-height: 100%; margin: 0 auto; padding: clamp(3rem, 7vh, 5.5rem) 0 7rem; font-size: calc(1.08rem * var(--reading-scale)); }
.chapter-header { margin-bottom: 2.4rem; text-align: center; }
.chapter-header > p { margin: 0 0 .8rem; color: var(--reader-accent); font: 600 .72rem/1.4 "DM Sans", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.chapter-header h1 { margin: 0; color: #142630; font-size: clamp(3.2rem, 7vw, 5.6rem); line-height: 1; letter-spacing: -.045em; }
.chapter-header h1 span { color: var(--reader-accent); }
.chapter-summary { max-width: 600px; margin: 1.2rem auto 0; color: #697277; font: italic .9em/1.55 "Source Serif 4", Georgia, serif; }
.reader-illustration { position: relative; margin: 0 0 2.8rem; overflow: hidden; border-radius: 16px; background: #e7e4da; box-shadow: 0 18px 45px rgba(22,31,34,.1); }
.reader-illustration img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.reader-illustration figcaption { position: absolute; right: .8rem; bottom: .8rem; padding: .4rem .65rem; border-radius: 999px; background: rgba(5,22,31,.8); color: #fff; font: 500 .7rem/1.2 "DM Sans", sans-serif; backdrop-filter: blur(8px); }
.reader-verses { font-family: "Source Serif 4", Georgia, serif; color: #26333a; line-height: 1.78; }
.reader-verse { display: inline; margin: 0; }
.reader-verse::after { content: " "; }
.reader-verse a { margin-right: .28em; color: var(--reader-accent); font: 600 .68em/1 "DM Sans", sans-serif; text-decoration: none; vertical-align: super; }
.reader-verse:target { background: linear-gradient(transparent 60%, color-mix(in srgb, var(--reader-accent) 18%, transparent) 60%); scroll-margin-top: 3rem; }
.reader-verse:first-child::first-letter { font-size: 1.18em; }
.chapter-end { display: grid; justify-items: center; margin: 4rem 0 0; padding-top: 2rem; border-top: 1px solid #d9d9d4; text-align: center; }
.chapter-end > span { color: #c29b50; font-size: 1.25rem; }
.chapter-end p { margin: .45rem 0 .25rem; font: 400 1.15rem "Marcellus", serif; }
.chapter-end small { color: #788085; font-size: .7rem; }
.chapter-end a { color: var(--reader-accent); }
.reader-loading, .reader-error { min-height: 55vh; display: grid; place-content: center; justify-items: center; text-align: center; }
.reader-loading span, .reader-error > span { color: #c29b50; font-size: 1.8rem; animation: reader-pulse 1s ease-in-out infinite alternate; }
.reader-loading p, .reader-error p { color: #70797d; }
.reader-error h1 { margin: .7rem 0 0; font-size: 2.4rem; }
.reader-error button { margin-top: 1rem; padding: .7rem 1.2rem; border: 1px solid var(--reader-accent); border-radius: 999px; background: transparent; color: var(--reader-accent); cursor: pointer; }
.chapter-nav { position: relative; z-index: 3; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(1rem, 3vw, 2rem); border-top: 1px solid #dcdedb; background: rgba(255,255,255,.96); }
.chapter-nav button { min-height: 44px; display: inline-flex; gap: .6rem; align-items: center; border: 0; background: transparent; color: #2b3940; cursor: pointer; }
.chapter-nav button:first-child { justify-self: start; }
.chapter-nav button:last-child { justify-self: end; }
.chapter-nav button:disabled { opacity: .3; cursor: default; }
.chapter-nav .chapter-list-button { justify-self: center; padding: .55rem 1rem; border: 1px solid #d8dad7; border-radius: 999px; background: #fff; }
.passage-dialog { width: min(680px, calc(100% - 2rem)); max-height: min(760px, calc(100svh - 2rem)); padding: 0; border: 0; border-radius: 18px; background: #fbfaf6; color: #1a2931; box-shadow: 0 30px 90px rgba(6,17,22,.35); }
.passage-dialog::backdrop { background: rgba(5,18,26,.62); backdrop-filter: blur(3px); }
.picker-head { display: flex; justify-content: space-between; align-items: flex-start; padding: 1.5rem 1.5rem 1rem; }
.picker-head p, .picker-label { margin: 0; color: #737d81; font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.picker-head h2 { margin: .1rem 0 0; font-size: 2.6rem; }
.picker-head > button { width: 42px; height: 42px; border: 1px solid #dcddd9; border-radius: 50%; background: #fff; font-size: 1.5rem; cursor: pointer; }
.picker-books { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; padding: 0 1.5rem 1.4rem; }
.picker-books button { display: grid; padding: 1rem; border: 1px solid #d8dad6; border-radius: 10px; background: #fff; color: #29373e; text-align: left; cursor: pointer; }
.picker-books button.active { border-color: var(--reader-accent); box-shadow: inset 0 0 0 1px var(--reader-accent); }
.picker-books span { color: #788185; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.picker-books strong { font: 400 1.25rem "Marcellus", serif; }
.picker-label { padding: 0 1.5rem .7rem; }
.picker-grid { display: grid; grid-template-columns: repeat(10, 1fr); gap: .4rem; max-height: 330px; overflow-y: auto; padding: 0 1.5rem 1.5rem; }
.picker-grid button { aspect-ratio: 1; min-width: 42px; border: 1px solid #d9dad6; border-radius: 7px; background: #fff; color: #344149; cursor: pointer; }
.picker-grid button:hover { border-color: var(--reader-accent); color: var(--reader-accent); }
.picker-grid button[aria-current="page"] { border-color: var(--reader-accent); background: var(--reader-accent); color: #fff; }
.picker-grid.devotional-grid { grid-template-columns: repeat(2, 1fr); }
.picker-grid.devotional-grid button { aspect-ratio: auto; min-height: 52px; padding: .65rem; text-align: left; }
.library-search { display: block; margin: 0 .35rem .9rem; }
.library-search input { min-height: 40px; padding: .55rem .7rem; border-color: #d6d8d4; border-radius: 8px; background: rgba(255,255,255,.8); font-size: .76rem; }
.library-group + .library-group { margin-top: 1.5rem; }
.library-group > .testament-heading { margin: 0 .7rem .45rem; color: #7a8286; font-size: .64rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.library-group > summary { display: flex; justify-content: space-between; align-items: center; margin: 0 .35rem .45rem; padding: .55rem .4rem; color: #667176; cursor: pointer; list-style: none; }
.library-group > summary::-webkit-details-marker { display: none; }
.library-group > summary span { font-size: .64rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.library-group > summary small { font-size: .62rem; }
.library-group > summary::after { content: "+"; margin-left: .45rem; color: var(--reader-accent); font-size: 1rem; }
.library-group[open] > summary::after { content: "−"; }
.library-empty { padding: 1rem .7rem; color: #747d81; font-size: .78rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.share-toast { position: fixed; z-index: 30; top: 82px; right: 1rem; max-width: min(340px, calc(100% - 2rem)); padding: .75rem 1rem; border: 1px solid #d9dad6; border-radius: 999px; background: #102634; color: #fff; box-shadow: 0 12px 36px rgba(6,20,28,.22); font-size: .8rem; opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .2s, transform .2s; }
.share-toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 760px) {
  .reader-bar { height: calc(60px + env(safe-area-inset-top)); grid-template-columns: 42px 1fr auto; padding: env(safe-area-inset-top) max(.7rem, env(safe-area-inset-right)) 0 max(.7rem, env(safe-area-inset-left)); }
  .reader-brand { width: 42px; height: 42px; justify-content: center; font-size: 1rem; }
  .reader-brand strong { display: none; }
  .passage-button { min-width: 0; justify-self: stretch; justify-content: center; padding: .3rem .6rem; text-align: center; }
  .passage-button span, .passage-button strong { grid-column: 1; }
  .reader-tools a { display: none; }
  .reader-tools button { min-width: 40px; height: 40px; }
  .reader-tools .share-button { width: 40px; padding: 0; }
  .share-label { display: none; }
  .share-toast { top: 70px; }
  .reader-layout { height: calc(100svh - 60px - env(safe-area-inset-top)); display: block; }
  .book-rail { display: none; }
  .reader-main { height: 100%; grid-template-rows: minmax(0, 1fr) calc(58px + env(safe-area-inset-bottom)); }
  .reading-article { width: min(100% - 2.2rem, 680px); padding: 2.3rem 0 5rem; font-size: calc(1.05rem * var(--reading-scale)); }
  .chapter-header { margin-bottom: 1.8rem; }
  .chapter-header h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  .reader-illustration { margin-bottom: 2rem; border-radius: 11px; }
  .reader-illustration figcaption { right: .55rem; bottom: .55rem; max-width: calc(100% - 1.1rem); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .reader-verses { line-height: 1.72; }
  .chapter-nav { padding: 0 max(.55rem, env(safe-area-inset-right)) env(safe-area-inset-bottom) max(.55rem, env(safe-area-inset-left)); }
  .chapter-nav button { font-size: .78rem; }
  .chapter-nav .chapter-list-button { padding: .45rem .7rem; }
  .passage-dialog { width: calc(100% - 1rem); max-height: calc(100svh - 1rem); border-radius: 14px; }
  .picker-head { padding: 1.1rem 1.1rem .8rem; }
  .picker-books { padding: 0 1.1rem 1.1rem; }
  .picker-label { padding-left: 1.1rem; }
  .picker-grid { grid-template-columns: repeat(6, 1fr); max-height: 46svh; padding: 0 1.1rem 1.1rem; }
  .picker-grid.devotional-grid { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .reading-article { width: calc(100% - 1.6rem); }
  .reader-tools { gap: .2rem; }
  .reader-tools button { min-width: 36px; width: 36px; height: 36px; }
  .chapter-nav [data-prev-label], .chapter-nav [data-next-label] { display: none; }
  .picker-grid { grid-template-columns: repeat(5, 1fr); }
  .picker-grid.devotional-grid { grid-template-columns: 1fr; }
}

/* Reader library grouping, covers, and saint introductions */
.book-rail { padding-top: 1.6rem; }
.book-rail > .library-title { margin: 0 .7rem 1.5rem; color: #566268; font-size: .76rem; }
.book-rail > .testament-heading { margin: 1.25rem .7rem .45rem; color: #7a8286; font-size: .64rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.rail-book { grid-template-columns: 42px minmax(0, 1fr); gap: .75rem; }
.rail-book > img { width: 42px; height: 56px; border-radius: 4px; object-fit: cover; object-position: center 18%; }
.rail-book > span:last-child { min-width: 0; }
.rail-book small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.reading-article.immersive-cover { width: min(900px, 100%); height: 100%; padding: 0; }
.book-cover-view { position: relative; min-height: 100%; display: grid; align-items: end; overflow: hidden; background: #091d2b; color: #fff; }
.book-cover-view > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 24%; }
.book-cover-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,15,22,.96) 0%, rgba(4,15,22,.58) 35%, rgba(4,15,22,.03) 72%); }
.book-cover-copy { position: relative; z-index: 2; padding: clamp(2.2rem, 7vw, 5rem); }
.book-cover-copy > p { margin: 0 0 .5rem; color: #e2bd70; font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.book-cover-copy h1 { margin: 0; font-size: clamp(4.2rem, 10vw, 7.6rem); line-height: .9; letter-spacing: -.055em; }
.book-cover-copy.long-title h1 { max-width: 760px; font-size: clamp(3.2rem, 7vw, 6.2rem); }
.book-cover-copy > span { display: block; margin-top: .7rem; color: rgba(255,255,255,.76); font-family: "Marcellus", serif; font-size: 1.05rem; }
.book-cover-copy button { margin-top: 1.8rem; display: inline-flex; align-items: center; gap: 1.2rem; padding: .85rem 1.15rem; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(7,24,36,.38); color: #fff; cursor: pointer; backdrop-filter: blur(8px); }
.book-cover-copy button:hover { background: #fff; color: #10232e; }
.book-cover-copy button b { color: #e2bd70; }
.saint-reading { max-width: 700px; margin: 0 auto; }
.saint-reading-kicker { margin: 0 0 1rem; color: var(--reader-accent); font-size: .72rem; font-weight: 600; letter-spacing: .15em; text-align: center; text-transform: uppercase; }
.saint-reading > h1 { max-width: 650px; margin: 0 auto 2.5rem; font-size: clamp(3rem, 7vw, 5rem); line-height: 1.02; text-align: center; }
.saint-story { position: relative; margin: 0 0 2.5rem; padding: clamp(1.5rem, 4vw, 2.5rem); overflow: hidden; border: 1px solid #dedbd1; border-radius: 14px; background: linear-gradient(145deg, #fffef9, #f1eee5); }
.saint-story::after { content: ""; position: absolute; top: -70px; right: -70px; width: 180px; height: 180px; border: 1px solid color-mix(in srgb, var(--reader-accent) 24%, transparent); border-radius: 50%; box-shadow: 0 0 0 28px color-mix(in srgb, var(--reader-accent) 5%, transparent); pointer-events: none; }
.saint-story > div { position: relative; z-index: 1; display: flex; gap: .65rem; align-items: center; margin-bottom: 1rem; color: var(--reader-accent); }
.saint-story > div span { color: #c39b4c; }
.saint-story > div p { margin: 0; font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.saint-story > p { position: relative; z-index: 1; margin: 0; color: #34434b; font: 400 clamp(1.08rem, 2vw, 1.25rem)/1.72 "Source Serif 4", Georgia, serif; }
.saint-story > p::first-letter { float: left; margin: .08em .12em 0 0; color: var(--reader-accent); font: 400 3.8em/.74 "Marcellus", serif; }
.saint-reading > figure { margin: 0; padding: 2rem clamp(1.3rem, 4vw, 3rem); border-top: 1px solid #d5d5cf; border-bottom: 1px solid #d5d5cf; }
.saint-reading blockquote { margin: 0; color: #26343b; font-size: clamp(1.5rem, 3.5vw, 2.35rem); line-height: 1.3; text-align: center; }
.saint-reading figcaption { display: flex; justify-content: center; gap: .8rem; margin-top: 1.1rem; color: #747d81; font-size: .7rem; letter-spacing: .07em; text-transform: uppercase; }
.saint-reading figcaption a { color: var(--reader-accent); }
.editorial-contemplation { margin-top: 2.5rem; }
.contemplation-label { margin: 0 0 .8rem; color: var(--reader-accent); font-size: .68rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.editorial-contemplation > p:not(.contemplation-label) { margin: 0; font-family: "Source Serif 4", Georgia, serif; font-size: 1.12em; line-height: 1.75; }
.editorial-contemplation > div { display: grid; grid-template-columns: auto 1fr; gap: .8rem; align-items: start; margin-top: 2rem; padding: 1.3rem; border-radius: 10px; background: #f0eee7; }
.editorial-contemplation > div span { color: #c29b50; }
.editorial-contemplation > div p { margin: 0; font-family: "Marcellus", serif; font-size: 1.05em; }
.devotional-header h1 { max-width: 760px; }
.devotional-prose { display: grid; gap: 1.1rem; }
.devotional-block { padding: clamp(1.3rem, 3vw, 2rem); border: 1px solid #dddcd5; border-radius: 12px; background: #fffefa; }
.devotional-block h2 { margin: 0 0 .7rem; color: #24343c; font: 400 clamp(1.45rem, 3vw, 2rem) "Marcellus", serif; }
.devotional-block > p:last-child { margin: 0; color: #45545c; font: 400 1.04em/1.75 "Source Serif 4", Georgia, serif; }
.devotional-label { margin: 0 0 .35rem !important; color: var(--reader-accent) !important; font: 600 .68rem "DM Sans", sans-serif !important; letter-spacing: .13em; text-transform: uppercase; }
.rosary-today-header { padding-bottom: 1.2rem; border-bottom: 1px solid #d7d5ce; }
.rosary-route { position: relative; display: grid; gap: 1.25rem; }
.rosary-route::before { content: ""; position: absolute; top: 22px; bottom: 22px; left: 17px; width: 1px; background: linear-gradient(#d1a957, #2f6382, #d1a957); opacity: .48; }
.rosary-route-marker { position: relative; z-index: 1; display: flex; align-items: center; gap: .85rem; margin-top: .7rem; }
.rosary-route-marker > span { width: 35px; height: 35px; flex: 0 0 35px; display: grid; place-items: center; border: 1px solid #d1a957; border-radius: 50%; background: #fbfaf6; color: #c1984b; }
.rosary-route-marker p { margin: 0; color: #526169; font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.rosary-prayer-list, .rosary-mystery-list { margin-left: 3.15rem; }
.rosary-prayer, .rosary-mystery-card { position: relative; }
.rosary-prayer::before, .rosary-mystery-card::before { content: ""; position: absolute; top: 1.8rem; left: -2.15rem; width: .55rem; height: .55rem; border: 2px solid #fbfaf6; border-radius: 50%; background: var(--reader-accent); box-shadow: 0 0 0 1px rgba(47,99,130,.35); }
.rosary-prayer.first-prayer { border-color: #c9a557; background: linear-gradient(145deg, #fffef9, #f6efdf); box-shadow: 0 12px 34px rgba(81,61,24,.08); }
.rosary-mystery-intro { margin: 0 0 .2rem 3.15rem; padding: 1rem 1.2rem; border-left: 2px solid #d1a957; color: #59666c; font-family: "Marcellus", serif; font-size: 1.04rem; }
.rosary-mystery-card { background: linear-gradient(145deg, #fffefa, #f0f4f6); }
.rosary-cadence { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.15rem; }
.rosary-cadence span { padding: .32rem .55rem; border: 1px solid rgba(47,99,130,.22); border-radius: 999px; color: #52656f; font-size: .66rem; }
.mystery-marker > span { border-color: #2f6382; color: #2f6382; }
.daily-reader-date { display: inline-grid; gap: .35rem; margin: 1.3rem 0 0; color: #707a7f; font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.daily-reader-date input { min-height: 44px; border-radius: 8px; background: #fff; }
.daily-reader-list { gap: 1.5rem; }
.daily-reader-card { padding: clamp(1.5rem, 4vw, 2.5rem); }
.daily-reader-heading { display: flex; justify-content: space-between; align-items: start; gap: 1rem; margin-bottom: 1.2rem; padding-bottom: 1rem; border-bottom: 1px solid #dfded7; }
.daily-reader-heading h2 { margin-bottom: 0; }
.daily-reader-heading a { flex: 0 0 auto; color: var(--reader-accent); font-size: .72rem; }
.daily-verse-number { margin-right: .35em; color: var(--reader-accent); font: 600 .68em "DM Sans", sans-serif; vertical-align: super; }
.begin-scripture { margin: 2rem auto 0; display: flex; align-items: center; gap: 1rem; padding: .8rem 1.2rem; border: 1px solid var(--reader-accent); border-radius: 999px; background: var(--reader-accent); color: #fff; cursor: pointer; }
.picker-start { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; padding: 0 1.5rem 1.3rem; }
.picker-start button { display: flex; gap: .7rem; align-items: center; padding: .8rem 1rem; border: 1px solid #d9dad6; border-radius: 9px; background: #fff; color: #344149; text-align: left; cursor: pointer; }
.picker-start button:hover, .picker-start button.active { border-color: var(--reader-accent); color: var(--reader-accent); }
.picker-start button > span { color: #c29b50; }

@media (max-width: 760px) {
  .reading-article.immersive-cover { width: 100%; padding: 0; }
  .book-cover-view { min-height: 100%; }
  .book-cover-copy { padding: 2rem 1.5rem 2.4rem; }
  .book-cover-copy h1 { font-size: clamp(4rem, 22vw, 6rem); }
  .book-cover-copy.long-title h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .book-cover-view > img { object-position: center 18%; }
  .saint-reading { padding-bottom: 2rem; }
  .saint-reading > h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .saint-story { padding: 1.35rem; }
  .saint-story > p { font-size: 1.04rem; }
  .saint-reading figcaption { flex-direction: column; align-items: center; gap: .2rem; }
  .picker-start { padding: 0 1.1rem 1.1rem; }
  .rosary-prayer-list, .rosary-mystery-list, .rosary-mystery-intro { margin-left: 2.35rem; }
  .rosary-prayer::before, .rosary-mystery-card::before { left: -1.75rem; }
}

/* Gospel of John print edition */
.john-theme { --wine: #0c3855; --gold: #d5ad61; background: #f7f2e8; }
.john-theme .site-header { background: #071e32; }
.john-theme .button-light { background: #0c3855; border-color: #0c3855; }
.john-product-hero { position: relative; min-height: min(820px, calc(100svh - 76px)); overflow: hidden; background: #071e32; color: #fff; }
.john-product-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.john-product-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,17,29,.98) 0%, rgba(4,17,29,.86) 34%, rgba(4,17,29,.1) 66%); }
.john-product-copy { position: relative; z-index: 1; width: min(650px, 48%); padding: clamp(6rem, 10vw, 9rem) 8vw; }
.john-product-copy h1 { margin: .35rem 0 .7rem; font: 400 clamp(4.8rem, 8vw, 8.2rem)/.86 "Marcellus", serif; letter-spacing: -.055em; }
.john-product-copy > p:not(.eyebrow, .quiet, .john-edition) { max-width: 560px; color: rgba(255,255,255,.76); font: 400 1.12rem/1.6 "Marcellus", serif; }
.john-edition { color: #efc982; font-size: .78rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.john-specs { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 9rem); padding: clamp(5rem, 9vw, 9rem) 8vw; }
.john-specs h2, .john-interior h2, .decoder-copy h2 { margin: .4rem 0 1.4rem; font: 400 clamp(3.2rem, 5.5vw, 6rem)/.98 "Marcellus", serif; letter-spacing: -.04em; }
.john-specs > div:first-child > p:last-child, .john-interior > div:last-child > p { color: #59666c; line-height: 1.7; }
.john-spec-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(16,35,45,.17); border-left: 1px solid rgba(16,35,45,.17); }
.john-spec-grid article { display: grid; align-content: center; min-height: 160px; padding: 1.5rem; border-right: 1px solid rgba(16,35,45,.17); border-bottom: 1px solid rgba(16,35,45,.17); }
.john-spec-grid strong { font: 400 1.7rem "Marcellus", serif; }
.john-spec-grid span { margin-top: .3rem; color: #748086; font-size: .76rem; }
.john-interior { display: grid; grid-template-columns: 1.25fr .75fr; background: #fff; }
.john-interior > div:first-child { min-height: 720px; }
.john-interior img { height: 100%; object-fit: cover; }
.john-interior > div:last-child { align-self: center; padding: clamp(4rem, 7vw, 7rem); }
.decoder-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; padding: clamp(5rem, 9vw, 9rem) 8vw; background: #071e32; color: #fff; }
.bookmark-stage { max-width: 310px; justify-self: center; padding: 1rem; transform: rotate(-2deg); filter: drop-shadow(0 24px 42px rgba(0,0,0,.34)); }
.bookmark-stage img { border-radius: 18px; }
.decoder-copy > p { color: rgba(255,255,255,.66); }
.cipher-card { margin: 2.2rem 0 1rem; padding: 1.5rem; border: 1px solid rgba(239,201,130,.35); border-radius: 12px; background: rgba(255,255,255,.05); }
.cipher-label { margin: 0 0 .7rem; color: #efc982; font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.cipher-card strong { display: block; font: 600 clamp(1.2rem, 2.5vw, 1.7rem) "Courier New", monospace; letter-spacing: .08em; }
.cipher-card button { margin-top: 1.2rem; padding: .7rem 1rem; border: 1px solid #efc982; border-radius: 999px; background: transparent; color: #efc982; cursor: pointer; }
.decoded-message { margin: 1.2rem 0 0; color: #fff; font: 400 1.7rem "Marcellus", serif; }
.source-note { font-size: .75rem; }
.john-reserve { background: #ece2cf; }

@media (max-width: 1100px) {
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .catalog-grid, .print-features, .john-specs, .john-interior, .decoder-section { grid-template-columns: 1fr; }
  .print-feature-image, .john-interior > div:first-child { min-height: 420px; }
  .print-feature-copy { padding: 4rem 1.25rem; }
  .john-product-hero { min-height: 760px; display: flex; align-items: end; }
  .john-product-hero > img { object-position: 62% center; }
  .john-product-hero::after { background: linear-gradient(0deg, rgba(4,17,29,.98) 0%, rgba(4,17,29,.73) 48%, rgba(4,17,29,.08) 78%); }
  .john-product-copy { width: 100%; padding: 5rem 1.25rem 3rem; }
  .john-product-copy h1 { font-size: clamp(4.2rem, 20vw, 6rem); }
  .john-specs, .decoder-section { padding: 4.5rem 1.25rem; }
  .john-interior > div:last-child { padding: 4rem 1.25rem; }
  .bookmark-stage { width: 58%; }
  .reader-tools .catalog-tool { display: none; }
  .daily-reader-heading { align-items: flex-start; flex-direction: column; }
}
