@layer reset, base, components, pages, responsive;

@layer reset {
    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; text-size-adjust: 100%; }
    body { margin: 0; }
    img, svg, video { display: block; max-width: 100%; }
    button, input, textarea, select { color: inherit; font: inherit; }
    button { cursor: pointer; }
    a { color: inherit; }
    h1, h2, h3, p, figure, blockquote, dl, dd { margin: 0; }
}

@layer base {
    :root {
        --ink: #14282c;
        --ink-soft: #344a4e;
        --forest: #17383d;
        --teal: #255c63;
        --teal-light: #dbe9e6;
        --rust: #c46a3b;
        --rust-dark: #a94f27;
        --cream: #f8f4eb;
        --sand: #eee5d5;
        --paper: #fffdf8;
        --white: #fff;
        --line: #d9d7cf;
        --muted: #6e7878;
        --olive: #7b844f;
        --shadow: 0 20px 70px rgb(20 40 44 / 10%);
        --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
        --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }
    body { background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; min-width: 320px; overflow-x: hidden; }
    h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: 1.04; text-wrap: balance; }
    h1 { font-size: clamp(3.25rem, 7vw, 6.8rem); }
    h2 { font-size: clamp(2.3rem, 4.5vw, 4.3rem); }
    h3 { font-size: clamp(1.35rem, 2.3vw, 2rem); }
    p { text-wrap: pretty; }
    a { text-decoration-thickness: .08em; text-underline-offset: .2em; }
    :focus-visible { outline: 3px solid #f0a475; outline-offset: 4px; }
    ::selection { background: #f0c7aa; color: var(--ink); }
    .shell { margin-inline: auto; max-width: 1320px; width: calc(100% - 80px); }
    .sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
    .skip-link { background: var(--rust); color: white; font-weight: 800; left: 1rem; padding: .8rem 1rem; position: fixed; top: -5rem; z-index: 1000; }
    .skip-link:focus { top: 1rem; }
}

@layer components {
    .signal-bar { background: #0f292d; color: #dce7e4; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
    .signal-bar__inner { align-items: center; display: flex; height: 34px; justify-content: space-between; }
    .signal-dot { background: #a9bd79; border-radius: 50%; display: inline-block; height: 7px; margin-right: .5rem; width: 7px; }
    .signal-bar__count { color: #91a7a6; }
    .site-header { background: rgb(255 253 248 / 94%); border-bottom: 1px solid rgb(20 40 44 / 10%); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(14px); }
    .site-header__main { align-items: center; display: grid; grid-template-columns: 280px 1fr auto; height: 86px; }
    .brand { align-items: center; display: inline-flex; gap: .8rem; text-decoration: none; width: max-content; }
    .brand__mark { align-items: center; background: var(--rust); border-radius: 50% 50% 48% 52% / 45% 48% 52% 55%; color: white; display: inline-flex; flex: 0 0 auto; font-family: var(--serif); font-size: 1.65rem; font-style: italic; height: 46px; justify-content: center; transform: rotate(-4deg); width: 46px; }
    .brand__text { display: flex; flex-direction: column; line-height: 1; }
    .brand__text strong { font-family: var(--serif); font-size: 1.12rem; font-weight: 600; letter-spacing: -.03em; }
    .brand__text small { color: var(--muted); font-size: .61rem; font-weight: 800; letter-spacing: .16em; margin-top: .35rem; text-transform: uppercase; }
    .desktop-nav { align-items: center; display: flex; gap: clamp(1rem, 2.1vw, 2rem); justify-content: center; }
    .desktop-nav > a, .topic-menu > summary { color: var(--ink-soft); font-size: .87rem; font-weight: 750; list-style: none; text-decoration: none; }
    .desktop-nav > a:hover, .topic-menu > summary:hover { color: var(--rust-dark); }
    .topic-menu > summary::-webkit-details-marker { display: none; }
    .topic-menu > summary { cursor: pointer; }
    .topic-menu[open] > summary { color: var(--rust-dark); }
    .mega-menu { background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); display: grid; grid-template-columns: .75fr 2fr; left: 50%; max-width: 1160px; padding: 2.8rem; position: absolute; top: calc(100% - 1px); transform: translateX(-50%); width: calc(100vw - 80px); }
    .mega-menu__lead { border-right: 1px solid var(--line); padding-right: 2.5rem; }
    .mega-menu__lead h2 { font-size: 2.4rem; margin: .8rem 0 1.4rem; }
    .mega-menu__groups { display: grid; gap: 2rem; grid-template-columns: repeat(3, 1fr); padding-left: 2.5rem; }
    .mega-menu__groups h3 { font-family: var(--sans); font-size: .76rem; font-weight: 850; letter-spacing: .12em; margin-bottom: .8rem; text-transform: uppercase; }
    .mega-menu__groups a { align-items: center; border-bottom: 1px solid #e7e4dc; display: flex; font-size: .82rem; justify-content: space-between; padding: .55rem 0; text-decoration: none; }
    .mega-menu__groups a span { color: var(--muted); font-size: .7rem; }
    .header-actions { align-items: center; display: flex; gap: 1rem; }
    .icon-link { align-items: center; display: inline-flex; height: 42px; justify-content: center; width: 42px; }
    .icon-link svg { fill: none; height: 20px; stroke: currentColor; stroke-width: 1.8; width: 20px; }
    .menu-toggle, .mobile-menu { display: none; }
    .button { align-items: center; background: var(--rust); border: 1px solid var(--rust); border-radius: 3px; color: white; display: inline-flex; font-size: .82rem; font-weight: 800; justify-content: center; letter-spacing: .035em; min-height: 52px; padding: .8rem 1.35rem; text-decoration: none; transition: background .2s, border-color .2s, transform .2s; }
    .button:hover { background: var(--rust-dark); border-color: var(--rust-dark); transform: translateY(-2px); }
    .button--compact { min-height: 43px; padding-inline: 1rem; }
    .button--light { background: var(--cream); border-color: var(--cream); color: var(--forest); }
    .button--light:hover { background: white; border-color: white; }
    .button--outline { background: transparent; border-color: var(--ink); color: var(--ink); }
    .button--outline:hover { background: var(--ink); border-color: var(--ink); color: white; }
    .text-link { align-items: center; display: inline-flex; font-size: .82rem; font-weight: 850; gap: .6rem; letter-spacing: .035em; text-decoration: none; }
    .text-link span { color: var(--rust); font-size: 1.15em; transition: transform .2s; }
    .text-link:hover span { transform: translateX(4px); }
    .text-link--light { color: white; }
    .eyebrow { color: var(--rust-dark); display: block; font-size: .68rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
    .eyebrow--light { color: #e9b390; }
    .button-row { align-items: center; display: flex; flex-wrap: wrap; gap: 1.5rem; }
    .section { padding: 7.5rem 0; }
    .section--cream { background: var(--cream); }
    .section--sand { background: var(--sand); }
    .section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 3rem; }
    .section-heading h2 { font-size: clamp(2.5rem, 4vw, 4rem); margin-top: .7rem; }
    .section-heading > p { color: var(--ink-soft); max-width: 490px; }
    .section-heading--row { gap: 2rem; }
    .section-heading--small { border-top: 1px solid var(--line); margin-top: 4rem; padding-top: 4rem; }
    .section-heading--small h2 { font-size: 2.8rem; }
    .breadcrumbs { align-items: center; color: var(--muted); display: flex; flex-wrap: wrap; font-size: .73rem; gap: .55rem; margin-bottom: 3.2rem; }
    .breadcrumbs a { text-decoration: none; }
    .breadcrumbs a:hover { color: var(--rust-dark); }
    .breadcrumbs--light { color: #b8c8c7; }
    .article-grid { display: grid; gap: 2rem; grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .article-grid--featured { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .article-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .article-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .article-card { background: var(--white); border: 1px solid #e1ded5; display: flex; flex-direction: column; min-width: 0; transition: box-shadow .25s, transform .25s; }
    .article-card:hover { box-shadow: 0 22px 50px rgb(20 40 44 / 11%); transform: translateY(-5px); }
    .article-card__media { aspect-ratio: 1.55; background: var(--teal-light); display: block; overflow: hidden; position: relative; }
    .article-card__media img { height: 100%; object-fit: cover; transition: transform .5s; width: 100%; }
    .article-card:hover .article-card__media img { transform: scale(1.035); }
    .article-card__placeholder { align-items: center; background: linear-gradient(135deg, #1e4d53, #17383d 70%); display: flex; height: 100%; justify-content: center; position: relative; }
    .article-card__placeholder::before { border: 1px solid rgb(255 255 255 / 14%); border-radius: 50%; content: ""; height: 70%; position: absolute; width: 70%; }
    .article-card__placeholder span { color: #d5a27e; font-family: var(--serif); font-size: 4.5rem; font-style: italic; opacity: .8; }
    .pin-badge { background: var(--rust); bottom: 0; color: white; font-size: .65rem; font-weight: 850; left: 0; letter-spacing: .1em; padding: .5rem .75rem; position: absolute; text-transform: uppercase; }
    .article-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.45rem; }
    .card-meta { align-items: center; color: var(--muted); display: flex; font-size: .65rem; font-weight: 800; gap: .6rem; justify-content: space-between; letter-spacing: .07em; text-transform: uppercase; }
    .card-meta a { color: var(--rust-dark); overflow: hidden; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
    .article-card h3 { font-size: 1.5rem; margin: 1rem 0 .75rem; }
    .article-card h3 a { text-decoration: none; }
    .article-card__body > p { color: var(--ink-soft); font-size: .88rem; line-height: 1.62; }
    .article-card__foot { align-items: center; border-top: 1px solid #ece9e1; color: var(--muted); display: flex; font-size: .68rem; justify-content: space-between; margin-top: auto; padding-top: 1.2rem; }
    .article-card__foot span:last-child { color: var(--rust); font-size: 1rem; }
    .page-card-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .page-card { background: white; border: 1px solid var(--line); }
    .page-card__image { aspect-ratio: 1.6; display: block; overflow: hidden; }
    .page-card__image img { height: 100%; object-fit: cover; width: 100%; }
    .page-card > div { padding: 2rem; }
    .page-card h3 { margin: .7rem 0 1rem; }
    .page-card h3 a { text-decoration: none; }
    .page-card p { color: var(--ink-soft); margin-bottom: 1.4rem; }
    .prose { color: #293e42; font-family: var(--serif); font-size: 1.18rem; line-height: 1.82; max-width: 760px; }
    .prose > *, .article-content > * { margin-block: 0 1.5em; }
    .prose h2, .article-content h2 { font-size: 2.5rem; margin-top: 2.2em; }
    .prose h3, .article-content h3 { font-size: 1.8rem; margin-top: 2em; }
    .prose h4, .article-content h4 { font-family: var(--sans); font-size: 1rem; letter-spacing: .01em; margin-top: 2em; }
    .prose ul, .prose ol, .article-content ul, .article-content ol { padding-left: 1.4em; }
    .prose li, .article-content li { margin-bottom: .6em; padding-left: .35em; }
    .prose a, .article-content a { color: #a34e27; font-weight: 650; }
    .prose img, .article-content img { height: auto; margin: 2.5rem 0; width: 100%; }
    .prose--lead { font-size: 1.3rem; }
    .editorial-layout { align-items: start; display: grid; gap: 6rem; grid-template-columns: .8fr 1.4fr; }
    .closing-cta { background: var(--rust); color: white; padding: 5.5rem 0; }
    .closing-cta__inner { align-items: end; display: grid; gap: 3rem; grid-template-columns: 1.4fr .6fr; }
    .closing-cta h2 { font-size: clamp(2.5rem, 4.5vw, 4.6rem); margin-top: .8rem; max-width: 850px; }
    .closing-cta__actions { align-items: flex-start; display: flex; flex-direction: column; gap: 1.4rem; }
    .site-footer { background: #0f292d; color: #dce6e4; padding: 5rem 0 1.5rem; }
    .site-footer__grid { display: grid; gap: 4rem; grid-template-columns: 1.5fr repeat(3, 1fr); }
    .site-footer h2 { color: #8fa8a6; font-family: var(--sans); font-size: .68rem; font-weight: 850; letter-spacing: .15em; margin-bottom: 1.2rem; text-transform: uppercase; }
    .site-footer__grid > div:not(:first-child) { display: flex; flex-direction: column; }
    .site-footer__grid a { font-size: .84rem; margin-bottom: .65rem; text-decoration: none; }
    .site-footer__grid a:hover { color: #e9b390; }
    .footer-brand p { color: #94aaa8; font-size: .83rem; margin-top: 1.2rem; max-width: 300px; }
    .site-footer__bottom { border-top: 1px solid rgb(255 255 255 / 11%); color: #79918f; display: flex; font-size: .7rem; justify-content: space-between; margin-top: 4rem; padding-top: 1.5rem; }
}

@layer pages {
    .home-hero { background: var(--cream); overflow: hidden; padding: 5.5rem 0 0; }
    .home-hero__grid { align-items: center; display: grid; gap: 6rem; grid-template-columns: 1.06fr .94fr; }
    .home-hero__copy { padding-bottom: 5rem; }
    .home-hero__copy h1 { font-size: clamp(4rem, 7vw, 7.3rem); margin: 1rem 0 1.8rem; max-width: 820px; }
    .home-hero__copy > p { color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.6rem); line-height: 1.55; margin-bottom: 2.4rem; max-width: 700px; }
    .home-hero__visual { align-self: stretch; min-height: 650px; position: relative; }
    .home-hero__visual::before { background: var(--teal); content: ""; inset: 5% -25vw 0 10%; position: absolute; }
    .home-hero__visual > img { height: 100%; inset: 0; object-fit: cover; object-position: center; position: absolute; width: 100%; }
    .hero-question { background: var(--paper); bottom: 0; box-shadow: var(--shadow); display: flex; flex-direction: column; left: -4rem; max-width: 360px; padding: 1.7rem; position: absolute; }
    .hero-question span { color: var(--rust-dark); font-size: .62rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
    .hero-question strong { font-family: var(--serif); font-size: 1.3rem; font-weight: 500; line-height: 1.25; margin: .6rem 0; }
    .hero-question a { font-size: .72rem; font-weight: 800; text-decoration: none; }
    .abundance-strip { background: var(--forest); color: white; display: grid; grid-template-columns: repeat(4, 1fr); padding: 1.8rem 2.2rem; position: relative; }
    .abundance-strip > div { align-items: center; border-right: 1px solid rgb(255 255 255 / 15%); display: grid; gap: 1rem; grid-template-columns: auto 1fr; padding: .4rem 1.5rem; }
    .abundance-strip > div:last-child { border: 0; }
    .abundance-strip strong { color: #e7a57a; font-family: var(--serif); font-size: 2.5rem; font-weight: 500; }
    .abundance-strip span { color: #c2d0ce; font-size: .68rem; line-height: 1.4; }
    .editorial-note { background: #e7dbc7; }
    .editorial-note .shell { align-items: center; display: flex; gap: 1rem; min-height: 58px; }
    .editorial-note span { background: var(--rust); color: white; font-size: .62rem; font-weight: 850; letter-spacing: .1em; padding: .25rem .45rem; text-transform: uppercase; }
    .editorial-note p { flex: 1; font-size: .8rem; font-weight: 650; }
    .editorial-note a { font-size: .72rem; font-weight: 800; text-decoration: none; }
    .category-feature-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); }
    .category-feature { align-items: center; background: white; border: 1px solid #dfdcd3; display: grid; gap: 1rem; grid-template-columns: auto 1fr auto; min-height: 104px; padding: 1.2rem; text-decoration: none; transition: border-color .2s, transform .2s; }
    .category-feature:hover { border-color: var(--accent); transform: translateY(-3px); }
    .category-feature__icon { align-items: center; background: color-mix(in srgb, var(--accent) 13%, white); color: var(--accent); display: inline-flex; font-family: var(--serif); font-size: 1.5rem; height: 52px; justify-content: center; width: 52px; }
    .category-feature strong, .category-feature small { display: block; }
    .category-feature strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; line-height: 1.15; }
    .category-feature small { color: var(--muted); font-size: .68rem; margin-top: .35rem; }
    .category-feature > span:last-child { color: var(--rust); }
    .bible-banner { background: var(--forest); color: white; overflow: hidden; padding: 7rem 0; position: relative; }
    .bible-banner::after { border: 1px solid rgb(255 255 255 / 8%); border-radius: 50%; content: ""; height: 600px; position: absolute; right: -120px; top: -250px; width: 600px; }
    .bible-banner__grid { align-items: center; display: grid; gap: 7rem; grid-template-columns: 1.1fr .9fr; position: relative; z-index: 1; }
    .bible-banner h2 { font-size: clamp(3rem, 5vw, 5.2rem); margin: 1rem 0 1.3rem; }
    .bible-banner p { color: #bdd0ce; font-family: var(--serif); font-size: 1.2rem; margin-bottom: 2rem; max-width: 650px; }
    .bible-banner__books { align-items: end; display: flex; height: 340px; justify-content: center; }
    .bible-banner__books span { align-items: flex-end; background: #214950; border-left: 1px solid rgb(255 255 255 / 12%); color: #9bb4b2; display: flex; font-size: .65rem; font-weight: 850; height: var(--h, 80%); justify-content: center; letter-spacing: .08em; padding-bottom: 1.4rem; width: 65px; writing-mode: vertical-rl; }
    .bible-banner__books span:nth-child(2) { --h: 64%; background: #c36a3b; color: white; }
    .bible-banner__books span:nth-child(3) { --h: 92%; }
    .bible-banner__books span:nth-child(4) { --h: 74%; }
    .bible-banner__books span:nth-child(5) { --h: 87%; background: #d5c0a2; color: var(--ink); }
    .bible-banner__books span:nth-child(6) { --h: 68%; }
    .bible-banner__books span:nth-child(7) { --h: 97%; }
    .split-feature { display: grid; gap: 6rem; grid-template-columns: 1fr .78fr; }
    .compact-list { border-top: 1px solid #cbc1b2; margin-bottom: 1.5rem; }
    .compact-list a { align-items: center; border-bottom: 1px solid #cbc1b2; display: grid; gap: 1rem; grid-template-columns: 70px 1fr auto; padding: 1.2rem 0; text-decoration: none; }
    .compact-list a:hover strong { color: var(--rust-dark); }
    .compact-list .media-kind { color: var(--rust-dark); font-size: .62rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
    .compact-list strong { font-family: var(--serif); font-size: 1.1rem; font-weight: 600; }
    .compact-list a > span:last-child { color: var(--muted); font-size: .7rem; }
    .agenda-panel { background: var(--paper); box-shadow: var(--shadow); padding: 3rem; }
    .agenda-panel h2 { font-size: 3.4rem; margin: .6rem 0 1.4rem; }
    .agenda-panel > p { color: var(--ink-soft); margin-bottom: 2rem; }
    .agenda-panel > a:not(.button) { border-top: 1px solid var(--line); display: grid; margin-bottom: 1rem; padding: 1rem 0; text-decoration: none; }
    .agenda-panel time { color: var(--rust-dark); font-size: .7rem; font-weight: 800; }
    .latest-section .article-card:nth-child(n+5) { margin-top: 1rem; }
    .page-hero { background: var(--cream); padding: 4rem 0 6.5rem; }
    .page-hero__grid { align-items: center; display: grid; gap: 5rem; grid-template-columns: 1fr .85fr; }
    .page-hero h1 { font-size: clamp(4rem, 7vw, 7rem); margin: .8rem 0 1.3rem; }
    .page-hero p { color: var(--ink-soft); font-family: var(--serif); font-size: 1.35rem; max-width: 700px; }
    .page-hero__image { aspect-ratio: 1.4; overflow: hidden; position: relative; }
    .page-hero__image img { height: 100%; object-fit: cover; width: 100%; }
    .page-hero__image > span { background: var(--forest); bottom: 0; color: white; font-size: .68rem; font-weight: 800; left: 0; letter-spacing: .08em; padding: .75rem 1rem; position: absolute; text-transform: uppercase; }
    .filter-deck { background: var(--forest); color: white; }
    .filter-deck .shell { align-items: center; display: grid; gap: 2rem; grid-template-columns: 1fr 1.1fr; min-height: 112px; }
    .filter-deck strong, .filter-deck span { display: block; }
    .filter-deck strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
    .filter-deck span { color: #abc0be; font-size: .72rem; }
    .filter-deck form { display: flex; }
    .filter-deck input { background: white; border: 0; color: var(--ink); flex: 1; min-width: 0; padding: 1rem; }
    .filter-deck button { background: var(--rust); border: 0; color: white; font-size: .75rem; font-weight: 800; padding: 0 1.4rem; }
    .hub-layout { align-items: start; display: grid; gap: 3rem; grid-template-columns: 230px 1fr; }
    .taxonomy-rail { border-top: 3px solid var(--ink); display: flex; flex-direction: column; position: sticky; top: 120px; }
    .taxonomy-rail h2 { font-family: var(--sans); font-size: .7rem; font-weight: 850; letter-spacing: .13em; padding: 1rem 0; text-transform: uppercase; }
    .taxonomy-rail a { align-items: center; border-top: 1px solid var(--line); color: var(--ink-soft); display: flex; font-size: .72rem; justify-content: space-between; padding: .75rem 0; text-decoration: none; }
    .taxonomy-rail a span { color: var(--muted); }
    .taxonomy-rail a:hover, .taxonomy-rail a.is-active { color: var(--rust-dark); font-weight: 800; }
    .collection-bar { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; margin-bottom: 2rem; padding-bottom: 1rem; }
    .collection-bar p { color: var(--muted); font-size: .76rem; }
    .collection-bar p strong { color: var(--ink); font-family: var(--serif); font-size: 1.3rem; }
    .collection-bar div { color: var(--muted); font-size: .68rem; }
    .media-grid { display: grid; gap: 2rem; grid-template-columns: repeat(2, 1fr); }
    .media-card { background: white; border: 1px solid var(--line); }
    .media-card__visual { align-items: center; aspect-ratio: 1.8; background: linear-gradient(145deg, #17383d, #275e64); color: white; display: flex; justify-content: center; overflow: hidden; position: relative; text-decoration: none; }
    .media-card__visual::before { border: 1px solid rgb(255 255 255 / 13%); border-radius: 50%; content: ""; height: 70%; position: absolute; width: 40%; }
    .media-card__kind { left: 1rem; position: absolute; top: 1rem; }
    .play-mark { align-items: center; background: var(--rust); border-radius: 50%; display: flex; height: 70px; justify-content: center; position: relative; width: 70px; }
    .media-card > div { padding: 2rem; }
    .media-card h2 { font-size: 2rem; margin: .65rem 0 1rem; }
    .media-card h2 a { text-decoration: none; }
    .media-card p { color: var(--ink-soft); margin-bottom: 1.4rem; }
    .status-banner { align-items: center; background: #e5ede4; display: flex; gap: 1rem; margin-bottom: 5rem; padding: 1.4rem 1.7rem; }
    .status-banner__dot { background: var(--olive); border-radius: 50%; height: 11px; width: 11px; }
    .status-banner strong { display: block; font-size: .85rem; }
    .status-banner p { color: var(--ink-soft); font-size: .75rem; }
    .bible-hero { background: #0f2c31; color: white; overflow: hidden; padding: 4rem 0 0; }
    .bible-hero__grid { align-items: center; display: grid; gap: 6rem; grid-template-columns: 1fr .8fr; }
    .bible-hero h1 { margin: .8rem 0 1rem; }
    .bible-hero p { color: #c0d0cf; font-family: var(--serif); font-size: 1.4rem; margin-bottom: 2rem; max-width: 650px; }
    .bible-hero__grid > div:last-child { align-self: stretch; min-height: 620px; position: relative; }
    .bible-hero__grid img { height: 100%; object-fit: cover; position: absolute; width: 100%; }
    .bible-hero__quote { background: var(--cream); bottom: 0; color: var(--ink); font-family: var(--serif); font-size: 1.25rem; left: -4rem; max-width: 340px; padding: 1.5rem; position: absolute; }
    .bible-hero__quote small { color: var(--rust-dark); display: block; font-family: var(--sans); font-size: .62rem; font-weight: 800; letter-spacing: .08em; margin-top: .6rem; text-transform: uppercase; }
    .bible-intro .editorial-layout > div:first-child h2 { font-size: 3.5rem; margin-top: .8rem; }
    .testament-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 2rem; }
    .testament-heading h2 { font-size: 3.5rem; margin-top: .5rem; }
    .testament-heading > p { color: var(--muted); }
    .testament-heading--second { border-top: 1px solid var(--line); margin-top: 6rem; padding-top: 5rem; }
    .book-grid { display: grid; gap: .75rem; grid-template-columns: repeat(6, 1fr); }
    .book-tile { background: white; border: 1px solid #dfdbd1; display: flex; flex-direction: column; min-height: 145px; padding: 1rem; text-decoration: none; transition: background .2s, transform .2s; }
    .book-tile > span { color: #a8aaa4; font-family: var(--serif); font-size: .8rem; }
    .book-tile strong { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; line-height: 1.15; margin: auto 0 .6rem; }
    .book-tile small { color: var(--muted); font-size: .58rem; }
    .book-tile:hover, .book-tile--filled { background: var(--forest); color: white; transform: translateY(-3px); }
    .book-tile--filled small { color: #d6a27f; }
    .book-grid--new .book-tile--filled { background: var(--rust); border-color: var(--rust); }
    .book-hero { background: var(--cream); padding: 4rem 0 5rem; }
    .book-hero__title { align-items: center; display: flex; gap: 2.5rem; }
    .book-number { color: #c8bba6; font-family: var(--serif); font-size: 7rem; line-height: 1; }
    .book-hero h1 { font-size: clamp(4rem, 7vw, 7rem); }
    .book-hero p { color: var(--ink-soft); font-family: var(--serif); font-size: 1.3rem; margin-top: .8rem; }
    .book-layout { align-items: start; display: grid; gap: 5rem; grid-template-columns: 210px 1fr; }
    .book-facts { border-top: 3px solid var(--ink); display: flex; flex-direction: column; position: sticky; top: 120px; }
    .book-facts span { color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .1em; margin-top: 1.1rem; text-transform: uppercase; }
    .book-facts strong { border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.2rem; font-weight: 500; padding-bottom: 1rem; }
    .book-facts a { font-size: .7rem; font-weight: 800; margin-top: 1.2rem; text-decoration: none; }
    .empty-state { align-items: center; border: 1px dashed #bdb8ae; display: flex; flex-direction: column; padding: 4rem; text-align: center; }
    .empty-state > span { align-items: center; background: var(--teal-light); border-radius: 50%; color: var(--teal); display: flex; font-size: 1.4rem; height: 56px; justify-content: center; margin-bottom: 1rem; width: 56px; }
    .empty-state h3 { font-size: 1.8rem; }
    .empty-state p { color: var(--muted); max-width: 520px; }
    .article-hero { background: var(--cream); padding: 3rem 0 0; }
    .article-hero--text { padding-bottom: 5rem; }
    .article-hero__layout { align-items: end; display: grid; gap: 5rem; grid-template-columns: 1.12fr .88fr; }
    .article-hero__copy { padding-bottom: 4rem; }
    .topic-line { display: flex; flex-wrap: wrap; gap: .6rem; }
    .topic-line a { color: var(--rust-dark); font-size: .66rem; font-weight: 850; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
    .article-hero h1 { font-size: clamp(3.4rem, 6vw, 6.3rem); margin: .9rem 0 1.2rem; }
    .article-hero__copy > p { color: var(--ink-soft); font-family: var(--serif); font-size: 1.28rem; line-height: 1.55; max-width: 800px; }
    .article-byline { align-items: center; display: flex; gap: 1rem; margin-top: 2rem; }
    .avatar-stack { display: flex; }
    .avatar-stack img, .avatar-stack > span { align-items: center; background: var(--forest); border: 2px solid var(--cream); border-radius: 50%; color: white; display: flex; height: 44px; justify-content: center; margin-left: -.5rem; object-fit: cover; width: 44px; }
    .avatar-stack > :first-child { margin-left: 0; }
    .article-byline div:last-child > span { display: block; font-size: .76rem; }
    .article-byline a { font-weight: 800; text-decoration: none; }
    .article-byline small { color: var(--muted); display: block; font-size: .64rem; margin-top: .2rem; }
    .reading-meta { border-top: 1px solid #d9d2c5; display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 2rem; padding-top: 1rem; }
    .reading-meta span { color: var(--muted); font-size: .65rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
    .article-hero__image { align-self: stretch; min-height: 560px; overflow: hidden; position: relative; }
    .article-hero__image img { height: 100%; object-fit: cover; position: absolute; width: 100%; }
    .image-corner { border-color: transparent var(--cream) var(--cream) transparent; border-style: solid; border-width: 0 70px 70px 0; bottom: 0; position: absolute; right: 0; }
    .article-layout { align-items: start; display: grid; gap: 3.2rem; grid-template-columns: 175px minmax(0, 720px) 190px; justify-content: center; padding-bottom: 7rem; padding-top: 6rem; }
    .article-tools { border-top: 3px solid var(--ink); display: flex; flex-direction: column; position: sticky; top: 120px; }
    .article-tools > span { font-size: .65rem; font-weight: 850; letter-spacing: .1em; padding: 1rem 0; text-transform: uppercase; }
    .article-tools nav { display: flex; flex-direction: column; }
    .article-tools nav a { border-top: 1px solid var(--line); color: var(--muted); font-size: .67rem; padding: .55rem 0; text-decoration: none; }
    .article-tools button { background: transparent; border: 0; border-top: 1px solid var(--line); color: var(--rust-dark); font-size: .68rem; font-weight: 800; margin-top: .7rem; padding: .9rem 0; text-align: left; }
    .article-tools small { color: var(--muted); font-size: .58rem; margin-top: 1rem; }
    .article-content { color: #293e42; font-family: var(--serif); font-size: clamp(1.08rem, 1.5vw, 1.22rem); line-height: 1.85; min-width: 0; }
    .article-content > p:first-child::first-letter { color: var(--rust); float: left; font-family: var(--serif); font-size: 4.7rem; line-height: .78; padding: .18em .12em 0 0; }
    .article-content .rich-text > p { margin-bottom: 1.45em; }
    .article-content blockquote { border-left: 4px solid var(--rust); color: var(--ink); font-size: 1.45em; font-style: italic; margin: 2.5rem 0; padding: .7rem 0 .7rem 1.7rem; }
    .article-side { position: sticky; top: 120px; }
    .article-side__box { border: 1px solid var(--line); padding: 1.1rem; }
    .article-side__box a { border-left: 3px solid var(--tag-color); display: block; font-size: .65rem; font-weight: 750; margin-top: .7rem; padding-left: .6rem; text-decoration: none; }
    .tag-cloud { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: 1rem; }
    .tag-cloud a { background: var(--cream); color: var(--muted); font-size: .58rem; padding: .3rem .45rem; text-decoration: none; }
    .sources { border-top: 1px solid var(--line); margin-top: 4rem; padding-top: 3rem; }
    .sources h2 { font-size: 2.3rem; margin: .5rem 0 1rem; }
    .sources ol { font-family: var(--sans); margin: 0; padding-left: 1.3rem; }
    .sources li { border-top: 1px solid var(--line); font-size: .74rem; padding: .7rem 0; }
    .sources li a { align-items: center; color: var(--ink); display: flex; justify-content: space-between; text-decoration: none; }
    .sources li span { color: var(--rust-dark); font-size: .6rem; font-weight: 800; text-transform: uppercase; }
    .article-end { align-items: center; background: var(--forest); color: white; display: grid; gap: 1rem; grid-template-columns: auto 1fr auto; margin-top: 3.5rem; padding: 1.5rem; }
    .article-end > span { color: #dfa17b; font-family: var(--serif); font-size: 2.5rem; font-style: italic; }
    .article-end strong { display: block; font-family: var(--sans); font-size: .8rem; }
    .article-end p { color: #b4c7c5; font-family: var(--sans); font-size: .65rem; }
    .article-end a { color: #e9b390; font-family: var(--sans); font-size: .65rem; font-weight: 800; }
    .media-hero { background: var(--forest); color: white; padding: 3.5rem 0 6rem; }
    .media-hero__copy { max-width: 900px; }
    .media-hero h1 { font-size: clamp(3rem, 6vw, 6rem); margin: .8rem 0 1rem; }
    .media-hero__copy p { color: #bfd0ce; font-family: var(--serif); font-size: 1.3rem; }
    .media-player { background: #071c20; box-shadow: 0 30px 80px rgb(0 0 0 / 25%); margin-top: 3.5rem; }
    .media-player iframe { aspect-ratio: 16/9; height: auto; width: 100%; }
    .audio-player { align-items: center; display: grid; gap: 2rem; grid-template-columns: auto 1fr; min-height: 230px; padding: 3rem; }
    .audio-player > span { align-items: center; background: var(--rust); border-radius: 50%; display: flex; font-size: 2rem; height: 90px; justify-content: center; width: 90px; }
    .audio-player strong { display: block; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; margin-bottom: 1.4rem; }
    .audio-player audio { width: 100%; }
    .document-download { align-items: center; display: flex; gap: 1rem; padding: 3rem; text-decoration: none; }
    .standard-layout { align-items: start; display: grid; gap: 6rem; grid-template-columns: 220px minmax(0, 760px); justify-content: center; }
    .standard-layout > aside { border-top: 3px solid var(--ink); display: flex; flex-direction: column; padding-top: 1rem; position: sticky; top: 120px; }
    .standard-layout > aside strong { font-family: var(--serif); font-size: 1.1rem; font-weight: 500; margin: .4rem 0; }
    .standard-layout > aside small { color: var(--muted); font-size: .65rem; }
    .engagement-hero { background: var(--cream); padding: 4rem 0 0; }
    .engagement-hero__grid { align-items: end; display: grid; gap: 5rem; grid-template-columns: 1fr .8fr; }
    .engagement-hero h1 { font-size: clamp(4rem, 7vw, 7rem); margin: .8rem 0 1.2rem; padding-bottom: 4rem; }
    .engagement-hero p { color: var(--ink-soft); font-family: var(--serif); font-size: 1.3rem; padding-bottom: 4rem; }
    .engagement-hero__grid > div:last-child { aspect-ratio: 1.35; overflow: hidden; }
    .engagement-hero img { height: 100%; object-fit: cover; width: 100%; }
    .engagement-layout { align-items: start; display: grid; gap: 6rem; grid-template-columns: .85fr 1fr; }
    .engagement-panel { background: white; box-shadow: var(--shadow); padding: 3rem; }
    .engagement-panel h2 { font-size: 3rem; margin: .5rem 0 1.5rem; }
    .donation-options { display: grid; gap: .6rem; grid-template-columns: repeat(4, 1fr); }
    .donation-options button { background: var(--cream); border: 1px solid var(--line); font-family: var(--serif); font-size: 1.3rem; padding: 1rem .4rem; }
    .donation-options button:hover, .donation-options button.is-selected { background: var(--forest); border-color: var(--forest); color: white; }
    .bank-card { background: var(--forest); color: white; margin-top: 1.5rem; padding: 2rem; }
    .bank-card > span { color: #9bb2b0; display: block; font-size: .65rem; text-transform: uppercase; }
    .bank-card > strong { display: block; font-family: var(--serif); font-size: clamp(1.45rem, 3vw, 2.2rem); font-weight: 500; letter-spacing: .02em; margin: .5rem 0 1.5rem; overflow-wrap: anywhere; }
    .bank-card dl { display: grid; font-size: .7rem; grid-template-columns: 120px 1fr; }
    .bank-card dt { color: #9bb2b0; }
    .bank-card button { background: transparent; border: 1px solid #6d8987; color: white; font-size: .68rem; font-weight: 800; margin-top: 1.2rem; padding: .7rem 1rem; }
    .privacy-note { color: var(--muted); font-size: .65rem; margin-top: 1rem; }
    .anbi-note { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 1rem; grid-template-columns: auto 1fr; margin-top: 2rem; padding-top: 1.5rem; }
    .anbi-note strong { align-items: center; background: var(--olive); border-radius: 50%; color: white; display: flex; font-family: var(--sans); font-size: .65rem; height: 54px; justify-content: center; width: 54px; }
    .anbi-note p { font-family: var(--sans); font-size: .72rem; line-height: 1.5; }
    .editorial-form { display: grid; gap: 1rem; }
    .field label { display: block; font-size: .7rem; font-weight: 800; margin-bottom: .35rem; }
    .field input:not([type="checkbox"]), .field textarea { background: var(--cream); border: 1px solid #d3cfc5; border-radius: 0; padding: .85rem; width: 100%; }
    .field textarea { resize: vertical; }
    .field input[type="checkbox"] { margin-right: .5rem; }
    .field:has(input[type="checkbox"]) label { font-weight: 500; }
    .field-error { color: #a33026; font-size: .68rem; }
    .honeypot { left: -10000px; position: absolute; }
    .success-message { text-align: center; }
    .success-message > span { align-items: center; background: #dfeadb; border-radius: 50%; color: #4d6635; display: flex; font-size: 2rem; height: 70px; justify-content: center; margin: 0 auto 1rem; width: 70px; }
    .event-hero { background: var(--forest); color: white; padding: 4rem 0 5rem; }
    .event-hero p { color: #c3d2d1; font-family: var(--serif); font-size: 1.3rem; max-width: 700px; }
    .event-facts { border-top: 1px solid #45666a; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; padding-top: 2rem; }
    .event-facts div { border-right: 1px solid #45666a; padding-right: 2rem; }
    .event-facts span, .event-facts strong { display: block; }
    .event-facts span { color: #9eb5b3; font-size: .65rem; text-transform: uppercase; }
    .event-facts strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
    .archive-label { background: var(--sand); font-size: .7rem; font-weight: 800; padding: .7rem; text-transform: uppercase; }
    .search-hero { background: var(--forest); color: white; padding: 5rem 0; }
    .search-hero h1 { font-size: clamp(3.5rem, 6vw, 6.5rem); margin: .7rem 0 2rem; }
    .search-form { display: flex; max-width: 980px; position: relative; }
    .search-form input { background: white; border: 0; color: var(--ink); flex: 1; font-family: var(--serif); font-size: 1.15rem; min-height: 66px; min-width: 0; padding: 1rem 1.4rem; }
    .search-form button { background: var(--rust); border: 0; color: white; font-size: .8rem; font-weight: 850; padding: 0 2rem; }
    .search-hero > .shell > p { color: #9fb4b2; font-size: .7rem; margin-top: .7rem; }
    .search-suggestions { background: white; box-shadow: var(--shadow); color: var(--ink); left: 0; position: absolute; right: 0; top: 100%; z-index: 5; }
    .search-suggestions a { align-items: center; border-top: 1px solid var(--line); display: flex; justify-content: space-between; padding: .8rem 1rem; text-decoration: none; }
    .search-suggestions small { color: var(--muted); }
    .search-layout { align-items: start; display: grid; gap: 4rem; grid-template-columns: 220px 1fr; }
    .search-layout > aside { border-top: 3px solid var(--ink); position: sticky; top: 120px; }
    .search-layout fieldset { border: 0; margin: 0 0 1.2rem; padding: 1rem 0; }
    .search-layout legend { font-size: .7rem; font-weight: 850; letter-spacing: .1em; margin-bottom: 1rem; text-transform: uppercase; }
    .search-layout label { display: block; font-size: .75rem; margin: .6rem 0; }
    .search-summary { border-bottom: 1px solid var(--line); margin-bottom: 1rem; padding-bottom: 1rem; }
    .search-summary p { color: var(--muted); }
    .search-summary strong { color: var(--ink); font-family: var(--serif); font-size: 1.5rem; }
    .search-results article { border-bottom: 1px solid var(--line); padding: 2rem 0; }
    .search-results article > span { color: var(--rust-dark); font-size: .62rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
    .search-results h2 { font-size: 2rem; margin: .4rem 0 .7rem; }
    .search-results h2 a { text-decoration: none; }
    .search-results p { color: var(--ink-soft); margin-bottom: 1rem; max-width: 800px; }
    .search-category-grid { display: grid; gap: .7rem; grid-template-columns: repeat(2, 1fr); }
    .search-category-grid a { align-items: center; border: 1px solid var(--line); display: flex; font-family: var(--serif); font-size: 1.1rem; justify-content: space-between; padding: 1rem; text-decoration: none; }
    .search-category-grid span { color: var(--rust-dark); font-family: var(--sans); font-size: .65rem; }
    .pagination { align-items: center; display: flex; font-size: .72rem; justify-content: space-between; margin-top: 2rem; }
    .taxonomy-hero { background: color-mix(in srgb, var(--category-accent) 11%, var(--cream)); padding: 4rem 0 5rem; position: relative; }
    .taxonomy-hero::after { background: var(--category-accent); bottom: 0; content: ""; height: 8px; left: 0; position: absolute; width: 100%; }
    .taxonomy-hero__title { align-items: center; display: flex; gap: 2rem; max-width: 900px; }
    .taxonomy-icon { align-items: center; background: var(--category-accent); color: white; display: flex; flex: 0 0 auto; font-size: 2rem; height: 90px; justify-content: center; width: 90px; }
    .taxonomy-hero h1 { font-size: clamp(3.5rem, 6vw, 6rem); margin: .5rem 0; }
    .taxonomy-hero p { color: var(--ink-soft); font-family: var(--serif); font-size: 1.1rem; }
    .taxonomy-count { border-left: 1px solid rgb(20 40 44 / 20%); display: inline-flex; flex-direction: column; margin-left: 7.5rem; margin-top: 2.5rem; padding-left: 1rem; }
    .taxonomy-count strong { font-family: var(--serif); font-size: 2rem; font-weight: 500; }
    .taxonomy-count span { color: var(--muted); font-size: .65rem; }
    .author-hero { background: var(--forest); color: white; padding: 4rem 0 0; }
    .author-hero__grid { align-items: end; display: grid; gap: 5rem; grid-template-columns: .7fr 1.3fr; }
    .author-portrait { align-items: center; background: #29565c; display: flex; height: 530px; justify-content: center; overflow: hidden; }
    .author-portrait img { height: 100%; object-fit: cover; width: 100%; }
    .author-portrait > span { color: #e7ad86; font-family: var(--serif); font-size: 10rem; font-style: italic; }
    .author-hero__grid > div:last-child { padding-bottom: 5rem; }
    .author-hero h1 { margin: .7rem 0 1rem; }
    .author-hero p { color: #c4d2d1; font-family: var(--serif); font-size: 1.2rem; max-width: 700px; }
    .author-hero strong { color: #e7ad86; display: block; font-size: .68rem; letter-spacing: .1em; margin-top: 1.5rem; text-transform: uppercase; }
    .content-image { margin: 3rem 0; }
    .content-image figcaption { color: var(--muted); font-family: var(--sans); font-size: .65rem; margin-top: .6rem; }
    .content-image--wide { margin-left: -10%; width: 120%; }
    .pull-quote { border-left: 4px solid var(--rust); font-size: 1.5em; font-style: italic; margin: 3rem 0; padding-left: 1.5rem; }
    .pull-quote cite { color: var(--muted); display: block; font-family: var(--sans); font-size: .45em; font-style: normal; margin-top: 1rem; }
    .callout { background: var(--cream); border-left: 4px solid var(--teal); font-family: var(--sans); font-size: .85em; margin: 2.5rem 0; padding: 1.5rem; }
    .callout--question { border-color: var(--rust); }
    .callout > strong { display: block; margin-bottom: .4rem; }
    .document-block { align-items: center; background: var(--cream); display: flex; gap: 1rem; margin: 2rem 0; padding: 1.2rem; text-decoration: none; }
    .document-block > span:first-child { align-items: center; background: var(--rust); color: white; display: flex; height: 46px; justify-content: center; width: 46px; }
    .document-block strong, .document-block small { display: block; }
    .document-block small { color: var(--muted); }
    .audio-block { background: var(--forest); color: white; margin: 2rem 0; padding: 1.5rem; }
    .audio-block audio { margin: 1rem 0; width: 100%; }
    .argument-map { background: var(--cream); border: 1px solid var(--line); margin: 3rem 0; padding: 2rem; }
    .argument-map figcaption { font-family: var(--serif); font-size: 1.7rem; font-weight: 650; margin-bottom: 1.3rem; }
    .argument-map ol { display: grid; gap: .65rem; list-style: none; margin: 0; padding: 0; }
    .argument-map li, .argument-map__conclusion { align-items: center; background: var(--paper); border: 1px solid var(--line); display: grid; gap: .9rem; grid-template-columns: 38px 1fr; padding: .8rem; }
    .argument-map li > span, .argument-map__conclusion > span { align-items: center; background: var(--teal); color: white; display: flex; font-family: var(--sans); font-size: .7rem; font-weight: 850; height: 38px; justify-content: center; }
    .argument-map li p, .argument-map__conclusion p { font-family: var(--sans); font-size: .85rem; line-height: 1.55; margin: 0; }
    .argument-map__connector { align-items: center; display: grid; gap: .7rem; grid-template-columns: 1fr auto 1fr; margin: .7rem 0; }
    .argument-map__connector span { border-top: 1px solid var(--rust); }
    .argument-map__connector strong { color: var(--rust-dark); font-family: var(--sans); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
    .argument-map__conclusion { background: var(--forest); border-color: var(--forest); color: white; }
    .argument-map__conclusion > span { background: var(--rust); }
    .argument-map__source { color: var(--muted); font-family: var(--sans); font-size: .7rem; margin: 1rem 0 0; }
    .standard-layout > aside { display: flex; flex-direction: column; gap: 1rem; }
    .error-page { background: var(--cream); min-height: 70vh; padding: 8rem 0; }
    .error-page .shell { align-items: center; display: grid; gap: 5rem; grid-template-columns: .5fr 1.5fr; }
    .error-page .shell > span { color: #d2c2ac; font-family: var(--serif); font-size: clamp(7rem, 18vw, 15rem); line-height: .8; }
    .error-page h1 { font-size: 4.5rem; margin: .7rem 0 1rem; }
    .error-page p { color: var(--ink-soft); max-width: 620px; }
    .error-page .button-row { margin-top: 2rem; }
}

@layer responsive {
    @media (max-width: 1180px) {
        .site-header__main { grid-template-columns: 245px 1fr auto; }
        .desktop-nav { gap: 1rem; }
        .desktop-nav > a, .topic-menu > summary { font-size: .77rem; }
        .article-grid { grid-template-columns: repeat(3, 1fr); }
        .article-layout { grid-template-columns: 145px minmax(0, 720px); }
        .article-side { display: none; }
        .book-grid { grid-template-columns: repeat(5, 1fr); }
    }
    @media (max-width: 980px) {
        .shell { width: calc(100% - 48px); }
        .signal-bar__count, .desktop-nav, .header-actions .button { display: none; }
        .site-header__main { grid-template-columns: 1fr auto auto; height: 76px; }
        .header-actions { grid-column: 2; }
        .menu-toggle { background: transparent; border: 0; display: flex; flex-direction: column; gap: 5px; height: 44px; justify-content: center; padding: 10px; width: 44px; }
        .menu-toggle span:not(.sr-only) { background: var(--ink); display: block; height: 2px; transition: transform .2s, opacity .2s; width: 22px; }
        .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
        .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
        .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
        .mobile-menu { background: var(--paper); border-top: 1px solid var(--line); display: block; }
        .mobile-menu[hidden] { display: none; }
        .mobile-menu .shell { display: flex; flex-direction: column; padding: 1rem 0 1.5rem; }
        .mobile-menu a { align-items: center; border-bottom: 1px solid var(--line); display: flex; font-family: var(--serif); font-size: 1.35rem; justify-content: space-between; padding: .8rem 0; text-decoration: none; }
        .home-hero__grid, .page-hero__grid, .bible-hero__grid, .article-hero__layout, .engagement-hero__grid, .author-hero__grid { gap: 3rem; grid-template-columns: 1fr 1fr; }
        .home-hero__visual { min-height: 560px; }
        .hero-question { left: -2rem; }
        .abundance-strip { grid-template-columns: repeat(2, 1fr); }
        .abundance-strip > div:nth-child(2) { border-right: 0; }
        .abundance-strip > div:nth-child(-n+2) { border-bottom: 1px solid rgb(255 255 255 / 15%); }
        .category-feature-grid { grid-template-columns: repeat(2, 1fr); }
        .article-grid, .article-grid--featured { grid-template-columns: repeat(2, 1fr); }
        .bible-banner__grid { gap: 3rem; grid-template-columns: 1fr 1fr; }
        .split-feature { gap: 3rem; }
        .page-card-grid { grid-template-columns: repeat(2, 1fr); }
        .hub-layout { grid-template-columns: 1fr; }
        .taxonomy-rail { display: grid; gap: .4rem; grid-template-columns: repeat(3, 1fr); position: static; }
        .taxonomy-rail h2 { grid-column: 1 / -1; }
        .taxonomy-rail a { border: 1px solid var(--line); padding: .6rem; }
        .book-grid { grid-template-columns: repeat(4, 1fr); }
        .article-layout { grid-template-columns: minmax(0, 720px); }
        .article-tools { display: none; }
        .editorial-layout, .engagement-layout { gap: 3rem; }
        .search-layout { gap: 2rem; }
    }
    @media (max-width: 760px) {
        .shell { width: calc(100% - 32px); }
        body { font-size: 15px; }
        .signal-bar__inner { justify-content: center; }
        .brand__mark { height: 42px; width: 42px; }
        .brand__text strong { font-size: 1rem; }
        .section { padding: 5rem 0; }
        .section-heading { align-items: start; flex-direction: column; gap: 1.3rem; }
        .home-hero { padding-top: 4rem; }
        .home-hero__grid, .page-hero__grid, .bible-hero__grid, .article-hero__layout, .engagement-hero__grid, .author-hero__grid, .bible-banner__grid, .split-feature, .editorial-layout, .engagement-layout, .closing-cta__inner { grid-template-columns: 1fr; }
        .home-hero__copy { padding-bottom: 1rem; }
        .home-hero__visual { min-height: 520px; }
        .home-hero__visual::before { inset: 10% -25vw 0 -5vw; }
        .hero-question { bottom: 0; left: 0; max-width: calc(100% - 1.5rem); }
        .abundance-strip { margin-inline: 0; width: 100%; }
        .abundance-strip > div { grid-template-columns: 55px 1fr; padding: .7rem; }
        .abundance-strip strong { font-size: 2rem; }
        .editorial-note .shell { align-items: start; flex-wrap: wrap; gap: .5rem; padding-block: .8rem; }
        .editorial-note p { flex-basis: calc(100% - 80px); line-height: 1.4; }
        .editorial-note a { margin-left: 0; width: 100%; }
        .category-feature-grid, .article-grid, .article-grid--featured, .article-grid--two, .article-grid--three, .page-card-grid, .media-grid { grid-template-columns: 1fr; }
        .article-card__media { aspect-ratio: 1.72; }
        .bible-banner { padding: 5rem 0; }
        .bible-banner__books { height: 250px; order: -1; }
        .bible-banner__books span { width: 12.5%; }
        .agenda-panel { padding: 2rem; }
        .page-hero { padding: 3rem 0 4rem; }
        .page-hero__image { margin-top: 1rem; }
        .filter-deck .shell { align-items: stretch; grid-template-columns: 1fr; padding-block: 1.3rem; }
        .taxonomy-rail { display: flex; flex-direction: row; margin-inline: -16px; overflow-x: auto; padding-inline: 16px; scrollbar-width: none; }
        .taxonomy-rail h2 { display: none; }
        .taxonomy-rail a { flex: 0 0 auto; gap: .7rem; }
        .collection-bar { align-items: start; flex-direction: column; }
        .bible-hero { padding-top: 3rem; }
        .bible-hero__grid > div:last-child { min-height: 500px; }
        .bible-hero__quote { left: 0; }
        .bible-intro .editorial-layout > div:first-child h2 { font-size: clamp(2.8rem, 14vw, 4rem); }
        .testament-heading { align-items: flex-start; flex-direction: column; gap: .65rem; }
        .testament-heading h2 { font-size: clamp(2.8rem, 14vw, 4rem); line-height: .95; }
        .testament-heading > p { max-width: 28rem; }
        .book-grid { grid-template-columns: repeat(2, 1fr); }
        .book-tile { min-height: 130px; }
        .book-hero__title { align-items: flex-start; gap: 1rem; }
        .book-number { font-size: 4rem; }
        .book-layout, .standard-layout, .search-layout { grid-template-columns: 1fr; }
        .book-facts, .standard-layout > aside, .search-layout > aside { position: static; }
        .book-facts { display: grid; gap: 0 1rem; grid-template-columns: 1fr 1fr; }
        .book-facts a { grid-column: 1 / -1; }
        .article-hero__copy { padding-bottom: 2rem; }
        .article-hero__image { min-height: 420px; }
        .article-layout { padding-top: 4rem; }
        .article-content { font-size: 1.06rem; line-height: 1.78; }
        .article-end { grid-template-columns: auto 1fr; }
        .article-end a { grid-column: 2; }
        .content-image--wide { margin-left: 0; width: 100%; }
        .audio-player { grid-template-columns: 1fr; padding: 2rem; }
        .engagement-hero__grid > div:last-child { aspect-ratio: 1.5; }
        .engagement-panel { padding: 1.5rem; }
        .donation-options { grid-template-columns: repeat(2, 1fr); }
        .event-facts { gap: 1.2rem; grid-template-columns: 1fr; }
        .event-facts div { border-bottom: 1px solid #45666a; border-right: 0; padding-bottom: 1rem; }
        .search-hero { padding: 4rem 0; }
        .search-form input { font-size: .95rem; padding: .8rem; }
        .search-form button { padding-inline: 1rem; }
        .search-category-grid { grid-template-columns: 1fr; }
        .taxonomy-hero__title { align-items: flex-start; flex-direction: column; gap: 1rem; }
        .taxonomy-count { margin-left: 0; }
        .author-portrait { height: 420px; order: 2; }
        .author-hero__grid > div:last-child { padding-bottom: 1rem; }
        .closing-cta__actions { margin-top: 1rem; }
        .site-footer__grid { gap: 2.5rem; grid-template-columns: repeat(2, 1fr); }
        .footer-brand { grid-column: 1 / -1; }
        .site-footer__bottom { align-items: flex-start; flex-direction: column; gap: .5rem; }
        .error-page .shell { gap: 2rem; grid-template-columns: 1fr; }
        .error-page .shell > span { font-size: 8rem; }
        .error-page h1 { font-size: 3.2rem; }
    }
    @media (max-width: 420px) {
        .brand__text small { display: none; }
        .brand__text strong { font-size: .92rem; }
        .signal-bar { font-size: .6rem; }
        .home-hero__copy h1 { font-size: 3.55rem; }
        .abundance-strip { grid-template-columns: 1fr; }
        .abundance-strip > div { border-bottom: 1px solid rgb(255 255 255 / 15%); border-right: 0; }
        .abundance-strip > div:last-child { border-bottom: 0; }
        .book-grid { gap: .5rem; }
        .book-tile { padding: .75rem; }
        .article-hero h1, .page-hero h1, .engagement-hero h1 { font-size: 3.15rem; }
        .article-byline { align-items: flex-start; }
        .reading-meta { gap: .8rem; }
        .bank-card { padding: 1.3rem; }
        .site-footer__grid { grid-template-columns: 1fr; }
        .footer-brand { grid-column: auto; }
    }
    @media (prefers-reduced-motion: reduce) {
        *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
    }
    @media print {
        .signal-bar, .site-header, .closing-cta, .site-footer, .article-tools, .article-side { display: none !important; }
        body { background: white; color: black; }
        .article-layout { display: block; padding: 0; }
        .article-content { font-size: 11pt; max-width: none; }
        a { color: black; }
    }
}
