@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@400;500;600;700;800&family=Handlee&display=swap');

:root {
    --paper: #f8f8f2;
    --white: #fff;
    --ink: #2a2b2d;
    --muted: #666760;
    --line: #e4e5dc;
    --orange: #ff9900;
    --cyan: #3eb8d6;
    --sans: 'Spartan', sans-serif;
    --hand: 'Handlee', cursive;
    color-scheme: light;
    font-family: var(--sans);
    color: var(--ink);
    background: var(--paper);
    font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; font-size: 13px; line-height: 1.85; -webkit-font-smoothing: antialiased; }
body::before { content: ''; display: block; height: 4px; background: linear-gradient(90deg, #f64945, #ff9900 16.66%, #f2c230 33.33%, #698a62 50%, #3eb8d6 66.66%, #814ca7 83.33%, #da51bf); }
a { color: inherit; text-decoration: none; }
a, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
a:focus-visible, summary:focus-visible { outline: 3px solid #21768a; outline-offset: 5px; border-radius: 3px; }
img { max-width: 100%; display: block; }
figure, p, h1, h2, h3 { margin: 0; }
h1, h2, h3 { font-weight: 700; line-height: 1.3; }
em { font-family: var(--hand); font-weight: 400; font-style: normal; }
.wrap { width: min(1224px, calc(100% - 96px)); margin-inline: auto; }
.icon { display: block; width: 22px; height: 22px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.icon-definitions { width: 0; height: 0; position: absolute; overflow: hidden; }
.skip-link { position: absolute; z-index: 10; top: 12px; left: 20px; padding: 12px 20px; background: var(--ink); color: white; border-radius: 8px; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 111px; border-bottom: 1px solid var(--line); }
.brand { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; flex-shrink: 0; }
.brand img { width: 169px; height: auto; }
.brand > span { margin-left: 2px; font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: 3px; color: var(--muted); }
.primary-nav { display: flex; gap: 28px; align-items: center; margin-left: auto; }
.primary-nav a, .sign-in { font-size: 10px; font-weight: 600; padding-block: 13px; }
.primary-nav a { color: var(--muted); }
.primary-nav a:hover, .sign-in:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 5px; }
.header-actions { display: flex; gap: 23px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 19px; min-height: 54px; padding: 17px 22px; background: var(--ink); color: white; border: 1px solid var(--ink); border-radius: 9px; font-size: 11px; font-weight: 600; line-height: 1.6; transition: background .18s, transform .18s, box-shadow .18s; }
.button .icon { color: #ffc66f; width: 19px; height: 19px; }
.button:hover { background: #444541; box-shadow: 0 5px 18px #2a2b2d13; transform: translateY(-2px); }
.button-small { min-height: 43px; padding: 11px 16px; font-size: 10px; gap: 13px; }
.button-small .icon { width: 17px; height: 17px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 600; line-height: 1.7; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.text-link .icon { width: 19px; height: 19px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--muted); font-weight: 600; font-size: 9px; line-height: 1.6; letter-spacing: 1.9px; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 22px; height: 3px; flex-shrink: 0; background: var(--orange); }
.hero { display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; gap: 38px; padding-block: 89px 75px; }
.hero-copy { padding-bottom: 20px; }
.hero h1 { font-size: clamp(36px, 3.7vw, 52px); line-height: 1.32; letter-spacing: -2.4px; margin-block: 24px 22px; }
.hero h1 em { font-size: 1.21em; letter-spacing: -1.3px; white-space: nowrap; }
.hero-description { max-width: 440px; font-size: 13px; color: var(--muted); line-height: 1.95; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 19px; margin-top: 29px; }
.hero-actions .text-link { font-size: 10px; }
.membership-note { display: flex; align-items: center; gap: 10px; margin-top: 22px; color: var(--muted); font-size: 9px; }
.mini-dots { display: inline-flex; gap: 3px; }
.mini-dots i { display: block; width: 5px; height: 5px; border-radius: 50%; background: #f64945; }
.mini-dots i:nth-child(2) { background: #ff9900; }
.mini-dots i:nth-child(3) { background: #e0b328; }
.mini-dots i:nth-child(4) { background: #698a62; }
.mini-dots i:nth-child(5) { background: #3eb8d6; }
.mini-dots i:nth-child(6) { background: #814ca7; }
.mini-dots i:nth-child(7) { background: #da51bf; }
.hero-visual { position: relative; padding-block: 17px 43px; padding-left: 7px; min-width: 0; }
.hero-orbit { position: absolute; inset: -36px -5px 32px 26px; overflow: hidden; border: 1px solid #e5d6ba; border-radius: 50%; background: radial-gradient(ellipse at 60% 40%, #f6e9d9 0, #f8f8f200 65%); z-index: -1; }
.hero-orbit::after { content: ''; position: absolute; inset: 28px -19px 11px 17px; border: 1px solid #e5e6dc; border-radius: 50%; transform: rotate(29deg); }
.visual-spark { position: absolute; right: 6%; top: -24px; color: #c78824; font-size: 43px; line-height: 1; transform: rotate(12deg); }
.product-window { position: relative; min-width: 0; overflow: hidden; background: white; border: 1px solid #dfe0d6; border-radius: 12px; box-shadow: 0 18px 45px -25px #42423d45; }
.window-bar { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 33px; padding: 8px 13px; border-bottom: 1px solid var(--line); color: #75766e; background: #fff; font-size: 8px; font-weight: 500; }
.window-bar > .icon { width: 12px; height: 12px; }
.window-dots { display: inline-flex; gap: 4px; }
.window-dots i { width: 5px; height: 5px; border-radius: 50%; background: #d4d6cc; }
.window-dots i:first-child { background: #ecc996; }
.product-window > img { display: block; width: 100%; height: auto; }
.window-caption { display: flex; gap: 7px; align-items: center; padding: 9px 14px; background: #fff; border-top: 1px solid var(--line); font-size: 8px; color: var(--muted); }
.status-dot { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #698a62; }
.hero-window { transform: rotate(-1.2deg); }
.hero-note { display: flex; gap: 11px; align-items: center; position: absolute; bottom: 47px; left: -18px; padding: 13px 19px; border: 1px solid #d3e2df; background: #eef7f2; box-shadow: 0 10px 24px -16px #304b4155; border-radius: 9px; transform: rotate(-3deg); }
.hero-note > .icon { width: 28px; height: 28px; color: #4c6c61; }
.hero-note span { display: block; font-size: 8px; color: var(--muted); }
.hero-note strong { display: block; font-size: 11px; line-height: 1.6; font-weight: 600; }
.handwritten { font-family: var(--hand); font-size: 20px; line-height: 1.35; }
.hero-handwritten { position: absolute; right: 19px; bottom: -19px; color: #75786c; transform: rotate(-5deg); }
.collection-stats { display: grid; grid-template-columns: 1.05fr 1.2fr .85fr .9fr 1fr; align-items: center; gap: 26px; padding-block: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.collection-stats > p { font-size: 10px; line-height: 1.9; color: var(--muted); }
.collection-stats > p strong { color: var(--ink); font-weight: 500; }
.collection-stats > div { display: flex; flex-direction: column; gap: 3px; }
.collection-stats > div > strong { font-size: 28px; line-height: 1.4; font-weight: 600; letter-spacing: -1.5px; }
.collection-stats > div > span { font-size: 9px; color: var(--muted); line-height: 1.8; }
.collection-stats > .stats-invitation { flex-direction: row; align-items: center; gap: 12px; border-left: 1px solid var(--line); padding-left: 25px; }
.stats-invitation .icon { width: 30px; height: 30px; color: #979b8c; }
.section-space { padding-block: 100px; }
.section-heading { max-width: 650px; margin: 0 auto 54px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
h2 { font-size: clamp(30px, 3vw, 39px); line-height: 1.4; letter-spacing: -1.8px; }
h2 em { font-size: 1.22em; letter-spacing: -.6px; }
.section-heading h2 { margin-top: 17px; }
.section-heading > p:last-child { max-width: 450px; margin: 20px auto 0; color: var(--muted); font-size: 12px; }
.feature-showcase { display: grid; grid-template-columns: 1.25fr 1fr; align-items: center; gap: 75px; }
.reader-window { background: #f5f1e8; }
.reader-window > figcaption { padding: 13px 19px; color: var(--muted); background: #fff; border-top: 1px solid var(--line); font-size: 8px; line-height: 1.7; }
.feature-number { display: block; color: #75776a; font-size: 8px; font-weight: 600; letter-spacing: 1.5px; }
.feature-copy h3, .bible-copy h3 { margin-top: 18px; font-size: clamp(24px, 2.2vw, 29px); letter-spacing: -1px; line-height: 1.5; }
.feature-copy h3 em, .bible-copy h3 em { font-size: 1.25em; letter-spacing: -.3px; }
.feature-copy > p { margin-top: 20px; color: var(--muted); font-size: 12px; }
.reference-example { display: inline-block; font-weight: 600; color: #366272; border: 1px solid #cde1e4; border-radius: 5px; background: #edf5f5; padding: 1px 6px; white-space: nowrap; }
.feature-copy > .source-note { margin-top: 17px; font-size: 10px; padding-left: 15px; border-left: 2px solid #e7be7c; }
.feature-copy > .text-link { margin-top: 26px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 44px; }
.benefit-card { padding: 29px; background: #fff; border: 1px solid var(--line); border-radius: 11px; }
.benefit-icon { display: flex; width: 41px; height: 41px; border-radius: 11px; align-items: center; justify-content: center; }
.benefit-icon.cyan { background: #e5f3f6; color: #32778a; }
.benefit-icon.peach { background: #fff0da; color: #8c5c13; }
.benefit-icon.lilac { background: #f0eaf5; color: #745489; }
.benefit-card h3 { font-size: 14px; margin-top: 23px; letter-spacing: -.35px; }
.benefit-card p { margin-top: 12px; font-size: 11px; line-height: 1.9; color: var(--muted); }
.collection-section { border-top: 1px solid var(--line); }
.collection-heading { display: grid; grid-template-columns: 1.2fr 1fr; gap: 90px; align-items: end; }
.collection-heading h2 { margin-top: 18px; }
.collection-heading > p { color: var(--muted); font-size: 12px; margin-bottom: 8px; max-width: 390px; }
.authors { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; margin-top: 40px; }
.author { display: flex; flex-direction: column; align-items: flex-start; gap: 17px; padding: 22px 19px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.author-monogram { display: flex; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--hand); font-size: 18px; line-height: 1; }
.author-orange { color: #8e621b; background: #fff6e7; border-color: #ead7b6; }
.author-cyan { color: #417080; background: #edf6f7; border-color: #c5dee3; }
.author-purple { color: #765686; background: #f4eff7; border-color: #ded0e5; }
.author-green { color: #5e7454; background: #f0f4eb; border-color: #d3deca; }
.author-pink { color: #926481; background: #faf0f6; border-color: #ead3e0; }
.author h3 { font-size: 11px; font-weight: 600; line-height: 1.7; letter-spacing: -.2px; }
.author p { color: var(--muted); font-size: 9px; margin-top: 3px; }
.bible-showcase { display: grid; grid-template-columns: .88fr 1.15fr; gap: 57px; align-items: center; margin-top: 60px; background: #edf2ee; border: 1px solid #dbe4dd; border-radius: 14px; padding: 42px 40px 42px 44px; overflow: hidden; }
.bible-copy h3 { margin-top: 15px; font-size: 27px; }
.bible-copy > p { margin-top: 20px; font-size: 11px; color: #5d685e; line-height: 1.9; }
.translations { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 23px; }
.translations > span { display: inline-flex; gap: 8px; align-items: center; min-height: 29px; padding: 6px 9px; border-radius: 5px; background: #fff9; border: 1px solid #d5dfd6; font-size: 9px; line-height: 1.4; }
.translations > .translation-default { background: #fff; border-color: #a7b7aa; font-weight: 600; }
.translation-default small { font-size: 6px; letter-spacing: .8px; font-weight: 500; color: #647065; }
.bible-copy > .availability-note { font-size: 8px; margin-top: 11px; }
.bible-window { transform: rotate(1.1deg); }
.join-section { background: #fff; border-block: 1px solid var(--line); }
.join-section .section-heading { margin-bottom: 45px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; padding: 0; list-style: none; margin: 0 auto 49px; max-width: 1020px; }
.steps > li { position: relative; text-align: center; }
.steps > li:not(:last-child)::after { content: ''; width: calc(100% - 20px); position: absolute; height: 1px; border-top: 1px dashed #d5d8ce; top: 21px; left: calc(50% + 33px); }
.step-number { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; background: var(--paper); border: 1px solid var(--line); border-radius: 50%; color: #5c6558; font-family: var(--hand); font-size: 22px; line-height: 1; }
.steps h3 { font-size: 12px; font-weight: 600; margin-top: 21px; letter-spacing: -.2px; }
.steps p { max-width: 240px; margin: 10px auto 0; font-size: 10px; color: var(--muted); line-height: 1.9; }
.join-card { display: flex; justify-content: space-between; align-items: center; gap: 45px; padding: 43px 50px; border-radius: 14px; border: 1px solid #eadcc4; background: radial-gradient(ellipse at 100% 100%, #ffdeb060, transparent 75%), #faf6ee; }
.join-card .mini-dots { margin-bottom: 16px; }
.join-card .mini-dots i { width: 6px; height: 6px; }
.join-card h3 { font-size: 27px; letter-spacing: -1px; line-height: 1.5; }
.join-card h3 em { font-size: 1.2em; letter-spacing: -.3px; }
.join-card > div > p { color: var(--muted); font-size: 10px; margin-top: 13px; }
.join-actions { flex-shrink: 0; text-align: center; }
.join-actions .button { font-size: 10px; gap: 22px; }
.join-card > .join-actions > p { font-size: 9px; margin-top: 14px; }
.join-actions p a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.faq-section { display: grid; grid-template-columns: .85fr 1.3fr; gap: 90px; align-items: start; }
.faq-heading h2 { margin-top: 18px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 74px; padding: 20px 0; cursor: pointer; list-style: none; font-size: 11px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { width: 17px; height: 17px; color: #7b8071; transition: transform .18s; }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-list details > p { margin: -5px 34px 24px 0; color: var(--muted); font-size: 11px; line-height: 1.9; }
.site-footer { border-top: 1px solid var(--line); padding-block: 39px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.footer-inner .brand img { width: 144px; }
.footer-inner .brand > span { font-size: 8px; }
.footer-inner > p { font-size: 10px; line-height: 1.9; }
.footer-inner > p > span { color: var(--muted); font-size: 9px; }
.footer-inner nav { display: flex; align-items: center; gap: 22px; font-size: 9px; color: var(--muted); }
.footer-inner nav a { padding-block: 12px; }
.footer-inner nav a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }

@media (min-width: 1500px) {
    .hero { gap: 67px; padding-block: 100px 90px; }
    .hero-visual { margin-right: -20px; }
}

@media (max-width: 1100px) {
    .wrap { width: calc(100% - 64px); }
    .primary-nav { gap: 18px; }
    .site-header { gap: 22px; }
    .header-actions { gap: 18px; }
    .brand img { width: 153px; }
    .hero { gap: 28px; padding-block: 74px 70px; }
    .hero h1 { font-size: 40px; letter-spacing: -2px; }
    .hero-description { font-size: 12px; }
    .hero-actions { gap: 17px; }
    .hero-actions .button { padding-inline: 17px; font-size: 10px; gap: 13px; }
    .hero-actions .text-link { font-size: 9px; }
    .hero-note { left: -7px; bottom: 26px; padding: 10px 14px; }
    .hero-handwritten { right: 10px; bottom: -30px; font-size: 18px; }
    .collection-stats { gap: 20px; }
    .collection-stats > .stats-invitation { padding-left: 19px; gap: 9px; }
    .feature-showcase { gap: 45px; grid-template-columns: 1.1fr 1fr; }
    .feature-copy h3, .bible-copy h3 { font-size: 23px; }
    .feature-copy > p { font-size: 11px; }
    .benefit-grid { gap: 18px; }
    .benefit-card { padding: 24px; }
    .collection-heading { gap: 50px; }
    .authors { gap: 9px; }
    .author { padding: 19px 14px; }
    .author h3 { font-size: 10px; }
    .bible-showcase { gap: 32px; padding: 35px 30px; }
    .join-card { padding: 37px; gap: 30px; }
    .join-card h3 { font-size: 24px; }
    .join-actions .button { padding-inline: 16px; font-size: 9px; gap: 12px; }
    .faq-section { gap: 55px; }
}

@media (max-width: 850px) {
    .primary-nav { display: none; }
    .site-header { min-height: 98px; }
    .hero { grid-template-columns: 1fr; gap: 52px; padding-block: 63px 70px; }
    .hero-copy { text-align: center; padding-bottom: 0; }
    .hero-copy .eyebrow, .hero-actions, .membership-note { justify-content: center; }
    .hero h1 { font-size: 47px; margin-top: 20px; }
    .hero-description { font-size: 13px; margin-inline: auto; max-width: 485px; }
    .hero-actions .button { font-size: 11px; padding-inline: 22px; }
    .hero-actions .text-link { font-size: 10px; }
    .hero-visual { width: min(580px, 100% - 35px); margin-inline: auto; padding-bottom: 35px; }
    .hero-orbit { inset: -31px -25px 0 10px; }
    .hero-note { left: -20px; bottom: 28px; padding: 13px 17px; }
    .hero-handwritten { bottom: -18px; right: 10px; font-size: 21px; }
    .collection-stats { grid-template-columns: repeat(3, 1fr); text-align: center; padding-block: 28px; }
    .collection-stats > p, .collection-stats > .stats-invitation { display: none; }
    .collection-stats > div { padding: 4px 10px; }
    .collection-stats > div:nth-child(3) { border-inline: 1px solid var(--line); }
    .collection-stats > div > strong { font-size: 29px; }
    .section-space { padding-block: 76px; }
    .section-heading { margin-bottom: 39px; }
    .feature-showcase { gap: 37px; grid-template-columns: 1fr; }
    .feature-copy { max-width: 550px; }
    .feature-copy h3, .bible-copy h3 { font-size: 29px; }
    .feature-copy > p { font-size: 12px; }
    .benefit-grid { margin-top: 38px; gap: 13px; }
    .benefit-card { padding: 21px 18px; }
    .benefit-card h3 { font-size: 12px; }
    .benefit-card p { font-size: 10px; }
    .collection-heading { grid-template-columns: 1fr; gap: 20px; }
    .collection-heading > p { max-width: 550px; }
    .authors { grid-template-columns: repeat(3, 1fr); gap: 13px; }
    .author { padding: 21px; }
    .author h3 { font-size: 11px; }
    .bible-showcase { grid-template-columns: 1fr; gap: 30px; padding: 35px; margin-top: 35px; }
    .bible-copy { max-width: 500px; }
    .bible-copy > p { font-size: 12px; }
    .bible-window { margin: 5px 3px; }
    .steps { gap: 23px; }
    .steps h3 { line-height: 1.8; font-size: 11px; }
    .steps p { font-size: 9px; }
    .steps > li:not(:last-child)::after { width: calc(100% - 42px); }
    .join-card { text-align: center; flex-direction: column; gap: 27px; padding: 35px; }
    .join-card h3 { font-size: 29px; }
    .join-actions .button { font-size: 10px; padding-inline: 23px; gap: 18px; }
    .faq-section { grid-template-columns: 1fr; gap: 32px; }
    .faq-heading h2 br { display: none; }
    .footer-inner { flex-wrap: wrap; column-gap: 25px; row-gap: 15px; }
    .footer-inner nav { margin-left: auto; }
    .footer-inner > p { font-size: 9px; }
}

@media (max-width: 540px) {
    .wrap { width: calc(100% - 40px); }
    .site-header { min-height: 92px; gap: 15px; }
    .brand img { width: 126px; }
    .brand > span { font-size: 8px; letter-spacing: 2.5px; }
    .header-actions { gap: 15px; }
    .sign-in { font-size: 9px; }
    .button-small { font-size: 9px; padding: 10px 12px; min-height: 41px; }
    .button-small .icon { display: none; }
    .hero { padding-block: 47px 60px; gap: 50px; }
    .eyebrow { font-size: 7px; letter-spacing: 1.45px; gap: 8px; }
    .eyebrow > span { width: 17px; }
    .hero h1 { font-size: 37px; letter-spacing: -1.65px; line-height: 1.45; margin-block: 17px; }
    .hero h1 em { font-size: 1.19em; letter-spacing: -.8px; }
    .hero-description { font-size: 11px; line-height: 1.95; max-width: 340px; }
    .hero-actions { gap: 17px; flex-direction: column; margin-top: 23px; }
    .hero-actions .button { min-height: 51px; font-size: 10px; }
    .membership-note { font-size: 8px; gap: 8px; margin-top: 23px; }
    .hero-visual { width: calc(100% - 15px); padding-left: 0; padding-block: 8px 40px; }
    .hero-orbit { inset: -25px -5px 5px; }
    .hero-orbit::after { inset: 12px 0 -3px; }
    .visual-spark { font-size: 33px; top: -23px; }
    .hero-note { left: -6px; bottom: 26px; padding: 9px 11px; gap: 8px; }
    .hero-note > .icon { width: 23px; height: 23px; }
    .hero-note span { font-size: 6px; }
    .hero-note strong { font-size: 9px; }
    .hero-handwritten { font-size: 17px; right: 2px; bottom: -25px; }
    .window-bar { min-height: 28px; padding: 7px 9px; font-size: 6px; }
    .window-bar > .icon { width: 10px; height: 10px; }
    .window-dots { gap: 3px; }
    .window-dots i { width: 4px; height: 4px; }
    .window-caption { font-size: 6px; padding: 8px 10px; }
    .product-window { border-radius: 8px; }
    .collection-stats { gap: 0; padding-block: 23px; }
    .collection-stats > div { padding-inline: 9px; }
    .collection-stats > div > strong { font-size: 26px; letter-spacing: -1px; }
    .collection-stats > div > span { font-size: 7px; }
    .section-space { padding-block: 59px; }
    h2 { font-size: 28px; letter-spacing: -1.3px; }
    h2 em { font-size: 1.17em; }
    .section-heading { margin-bottom: 31px; }
    .section-heading > p:last-child { font-size: 10px; margin-top: 17px; }
    .feature-showcase { gap: 30px; }
    .reader-window > figcaption { padding: 10px 13px; font-size: 7px; }
    .feature-number { font-size: 7px; letter-spacing: 1.4px; }
    .feature-copy h3, .bible-copy h3 { font-size: 24px; margin-top: 13px; }
    .feature-copy > p { font-size: 11px; margin-top: 15px; }
    .feature-copy > .source-note { font-size: 9px; }
    .feature-copy > .text-link { margin-top: 20px; font-size: 10px; }
    .benefit-grid { grid-template-columns: 1fr; gap: 13px; margin-top: 31px; }
    .benefit-card { display: grid; grid-template-columns: 40px 1fr; column-gap: 16px; padding: 22px; }
    .benefit-icon { grid-row: span 2; }
    .benefit-card h3 { margin-top: 3px; font-size: 12px; }
    .benefit-card p { margin-top: 8px; font-size: 10px; }
    .collection-heading { gap: 18px; }
    .collection-heading > p { font-size: 11px; }
    .authors { grid-template-columns: repeat(2, 1fr); gap: 11px; margin-top: 25px; }
    .author { padding: 18px 16px; gap: 13px; }
    .author h3 { font-size: 10px; }
    .author p { font-size: 8px; }
    .author-monogram { width: 40px; height: 40px; font-size: 17px; }
    .authors > .author:last-child { grid-column: 1 / -1; flex-direction: row; align-items: center; }
    .bible-showcase { padding: 27px 21px; margin-top: 29px; gap: 24px; border-radius: 11px; }
    .bible-copy h3 { font-size: 23px; }
    .bible-copy > p { font-size: 10px; margin-top: 16px; }
    .translations { gap: 6px; margin-top: 19px; }
    .translations > span { font-size: 8px; padding: 5px 8px; }
    .bible-copy > .availability-note { font-size: 7px; }
    .bible-window { margin-inline: -7px; }
    .join-section .section-heading { margin-bottom: 32px; }
    .steps { grid-template-columns: 1fr; margin-bottom: 31px; gap: 27px; max-width: 315px; }
    .steps > li { display: grid; grid-template-columns: 40px 1fr; text-align: left; column-gap: 17px; }
    .steps > li:not(:last-child)::after { display: none; }
    .step-number { width: 40px; height: 40px; grid-row: span 2; font-size: 22px; }
    .steps h3 { margin-top: 0; font-size: 11px; }
    .steps p { max-width: none; margin: 6px 0 0; font-size: 9px; }
    .join-card { gap: 25px; padding: 29px 22px; border-radius: 11px; }
    .join-card h3 { font-size: 24px; letter-spacing: -.7px; }
    .join-card h3 em { font-size: 1.12em; }
    .join-card > div > p { font-size: 9px; }
    .join-actions { width: 100%; }
    .join-actions .button { width: 100%; font-size: 9px; padding-inline: 14px; gap: 12px; }
    .join-card > .join-actions > p { font-size: 8px; }
    .faq-section { gap: 25px; }
    .faq-list summary { font-size: 10px; gap: 15px; min-height: 67px; line-height: 1.9; }
    .faq-list details > p { font-size: 10px; }
    .site-footer { padding-block: 30px; }
    .footer-inner { gap: 19px; }
    .footer-inner .brand img { width: 126px; }
    .footer-inner > p { font-size: 8px; }
    .footer-inner > p > span { font-size: 7px; }
    .footer-inner nav { width: 100%; margin: 0; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 8px; gap: 16px; font-size: 8px; }
}

@media (max-width: 360px) {
    .wrap { width: calc(100% - 32px); }
    .brand img { width: 110px; }
    .header-actions { gap: 11px; }
    .button-small { padding-inline: 10px; font-size: 8px; }
    .hero h1 { font-size: 31px; letter-spacing: -1.3px; }
    .hero-copy .eyebrow { font-size: 6px; letter-spacing: 1.1px; }
    .membership-note { font-size: 7px; }
    .hero-note { bottom: 28px; }
    .hero-handwritten { font-size: 15px; bottom: -20px; }
    h2 { font-size: 25px; }
    .feature-copy h3, .bible-copy h3 { font-size: 22px; }
    .join-card h3 { font-size: 21px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
    .button:hover { transform: none; }
}
