:root {
  --blue: #0076c0;
  --orange: #ff912b;
  --navy: #102a43;
  --navy-2: #173f5f;
  --paper: #f7f1e7;
  --white: #fffdf9;
  --gold: #c99a3d;
  --ink: #162431;
  --muted: #64757b;
  --line: #ded4c6;
  --soft: #f1eadf;
  --sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, monospace;
  --shadow: 0 16px 38px rgba(67, 52, 31, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
button, input { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .48; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.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; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; padding: .75rem 1rem; border-radius: .5rem; background: var(--navy); color: var(--white); }
.skip-link:focus { top: 1rem; }
.serif { font-family: var(--serif); }
.mono { font-family: var(--mono); }
.eyebrow { color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { border-bottom: 1px solid rgba(220,209,193,.75); background: var(--paper); }
.site-header.light { background: var(--white); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--navy); text-decoration: none; }
.brand.light { color: var(--paper); }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 13px; }
.brand-mark img { width: 30px; height: 30px; object-fit: contain; }
.brand-name { font-size: .74rem; font-weight: 800; line-height: 1.08; letter-spacing: -.01em; }
.brand-name span { display: block; margin-top: 3px; font-weight: 500; letter-spacing: .14em; }
.desktop-nav { display: flex; align-items: center; gap: 1.35rem; }
.desktop-nav button, .desktop-nav a, .mobile-menu button { border: 0; background: none; color: var(--muted); font-size: .86rem; font-weight: 700; text-decoration: none; }
.desktop-nav button:hover, .desktop-nav a:hover, .mobile-menu button:hover { color: var(--blue); }
.icon-button { display: none; border: 0; background: none; color: var(--navy); font-size: 1.45rem; }
.mobile-menu { display: none; padding: .8rem 0 1rem; border-top: 1px solid var(--line); }
.mobile-menu button { display: block; padding: .55rem 0; }
.paper-texture { background-image: radial-gradient(rgba(16,42,67,.06) .7px, transparent .7px); background-size: 11px 11px; }
.hero { padding: 5.8rem 0 7rem; background: var(--paper); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 3rem; }
.hero h1 { max-width: 760px; margin: 1.7rem 0 0; color: var(--navy); font-size: clamp(3.1rem, 7vw, 6.6rem); font-weight: 400; line-height: .94; letter-spacing: -.045em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-copy { max-width: 650px; margin: 1.7rem 0 0; color: var(--muted); font-size: 1.2rem; line-height: 1.7; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; margin-top: 2rem; }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .55rem; padding: .75rem 1.3rem; border: 1px solid transparent; border-radius: 999px; font-size: .87rem; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--blue); color: #fff; box-shadow: 0 10px 24px rgba(0,118,192,.2); }
.btn.primary:hover { background: #006aa9; }
.btn.secondary { background: var(--orange); color: var(--ink); }
.btn.secondary:hover { background: #f18019; }
.btn.outline { border-color: #bdcbd1; background: var(--white); color: var(--navy-2); }
.btn.outline:hover { border-color: var(--blue); }
.btn.ghost { color: var(--muted); background: transparent; }
.btn.ghost:hover { background: #e9e1d3; }
.fine-print { margin-top: .9rem; color: #73858b; font-size: .75rem; }
.stat-pills { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2.8rem; }
.stat-pill { display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .8rem; border: 1px solid #d7cab8; border-radius: 999px; background: var(--white); color: var(--muted); font-size: .75rem; font-weight: 750; }
.stat-pill b { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #e6f2f5; color: var(--blue); font-size: .7rem; }
.bible-art { position: relative; min-height: 510px; }
.bible-art::before { position: absolute; inset: 2.5rem 3rem 0; border-radius: 2rem; background: #eae0d0; content: ""; }
.bible-book { position: absolute; top: 50%; left: 50%; display: grid; grid-template-columns: 1fr 1fr; width: 86%; transform: translate(-50%,-50%) rotate(-4deg); filter: drop-shadow(0 22px 20px rgba(67,52,31,.18)); }
.book-page { min-height: 290px; padding: 2.4rem; border-bottom: 8px solid #b8843a; background: var(--white); }
.book-page:first-child { border-radius: 1.7rem 0 0 1.7rem; }
.book-page:last-child { border-radius: 0 1.7rem 1.7rem 0; background: var(--paper); }
.book-page h3 { margin: .9rem 0 0; color: var(--navy-2); font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 400; }
.book-page p { margin: 1.1rem 0 0; color: var(--navy); font-family: var(--serif); font-size: clamp(1.45rem, 2.6vw, 2.3rem); }
.book-page small { display: block; margin-top: 1.7rem; color: var(--blue); font-size: .64rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.book-rule { height: 1px; margin-top: 1.1rem; background: #c9bba7; }
.art-badge { position: absolute; right: 0; top: 1rem; padding: .8rem 1rem; border: 1px solid var(--gold); border-radius: 999px; background: var(--white); color: var(--navy-2); font-size: .75rem; font-weight: 800; box-shadow: var(--shadow); }
.art-badge.bottom { right: auto; top: auto; bottom: 1rem; left: 0; border: 0; background: var(--blue); color: #fff; }
.navy-band { padding: 6rem 0; background: var(--navy); color: var(--paper); }
.band-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; }
.navy-band h2 { max-width: 540px; margin: 1.2rem 0 0; font-size: clamp(2.5rem, 5vw, 4.6rem); font-weight: 400; line-height: 1.05; }
.navy-band p { color: #c3d1d4; font-size: 1.1rem; line-height: 1.8; }
.band-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 2rem; }
.band-stats strong { color: var(--orange); font-family: var(--serif); font-size: 2.1rem; font-weight: 400; }
.band-stats span { display: block; margin-top: .4rem; color: #c3d1d4; font-size: .82rem; line-height: 1.5; }
.explore { padding: 5rem 0; background: var(--white); }
.explore-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 2rem; overflow: hidden; border: 1px solid var(--line); border-radius: 1rem; background: var(--line); }
.explore-card { min-height: 220px; padding: 2rem; background: var(--white); }
.explore-card .number { color: var(--orange); font-family: var(--mono); font-size: .75rem; }
.explore-card h3 { margin: 3rem 0 .7rem; color: var(--navy); font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.explore-card p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.6; }
.page-section { min-height: 70vh; padding: 4.5rem 0; background: var(--paper); }
.back-link { display: inline-flex; align-items: center; gap: .45rem; border: 0; background: none; color: var(--muted); font-size: .86rem; font-weight: 800; }
.section-title { max-width: 760px; margin: 1rem 0 0; color: var(--navy); font-family: var(--serif); font-size: clamp(2.8rem,6vw,5.8rem); font-weight: 400; line-height: 1.02; }
.section-copy { max-width: 650px; margin: 1.2rem 0 0; color: var(--muted); font-size: 1.1rem; line-height: 1.75; }
.setup-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 3rem; margin-top: 3.5rem; }
.field-label { display: block; color: var(--navy-2); font-size: .86rem; font-weight: 800; }
.optional { color: #8a9899; font-weight: 400; }
.text-input { width: 100%; height: 56px; margin-top: .75rem; padding: 0 1rem; border: 1px solid #cfc3b3; border-radius: .75rem; outline: 0; background: var(--white); color: var(--ink); }
.text-input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(0,118,192,.1); }
.helper { margin: .75rem 0 0; color: #7d8a8d; font-size: .75rem; line-height: 1.6; }
.mode-list { display: grid; gap: .75rem; margin-top: .75rem; }
.mode-option { display: flex; align-items: flex-start; gap: 1rem; width: 100%; padding: 1rem; border: 1px solid #cfc3b3; border-radius: 1rem; background: var(--white); color: var(--ink); text-align: left; }
.mode-option.selected { border-color: var(--blue); box-shadow: inset 0 0 0 1px var(--blue); }
.radio { display: grid; place-items: center; width: 20px; height: 20px; flex: 0 0 auto; margin-top: .15rem; border: 2px solid #b8c2c3; border-radius: 50%; }
.selected .radio { border-color: var(--blue); }
.selected .radio::after { width: 10px; height: 10px; border-radius: 50%; background: var(--blue); content: ""; }
.mode-option strong { display: block; color: var(--navy-2); }
.mode-option small { display: block; margin-top: .25rem; color: #73858b; font-size: .82rem; line-height: 1.45; }
.mode-option em { display: block; margin-top: .5rem; color: var(--blue); font-size: .72rem; font-style: normal; font-weight: 800; }
.section-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.notice { display: flex; gap: .8rem; margin-top: 2.5rem; padding: 1rem; border: 1px solid #e3d6c4; border-radius: .75rem; background: #f1eadf; color: #526675; font-size: .82rem; line-height: 1.65; }
.quiz-screen { min-height: 100vh; background: var(--white); }
.quiz-header { position: sticky; z-index: 10; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,253,249,.96); backdrop-filter: blur(8px); }
.quiz-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 72px; }
.quiz-header .brand-name { font-size: .67rem; }
.save-note { color: #73858b; font-size: .74rem; font-weight: 650; }
.progress-track { height: 4px; background: #e8e1d5; }
.progress-value { height: 100%; background: var(--blue); transition: width .45s ease; }
.quiz-main { max-width: 860px; padding: 3.5rem 0 5rem; }
.quiz-meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.quiz-meta .count { color: #9aa7a8; }
.quiz-submeta { display: flex; justify-content: space-between; gap: 1rem; margin-top: .5rem; color: #73858b; font-size: .75rem; }
.question-area { min-height: 235px; padding-top: 4.5rem; }
.question-area h1 { max-width: 820px; margin: 1rem 0 0; color: var(--navy); font-family: var(--serif); font-size: clamp(2.3rem,5vw,4.5rem); font-weight: 400; line-height: 1.08; }
.answer-list { display: grid; gap: .75rem; }
.answer, .uncertain { display: flex; align-items: center; gap: .9rem; width: 100%; min-height: 64px; padding: .8rem 1rem; border: 1px solid #d9cebd; border-radius: 1rem; background: var(--paper); color: var(--navy-2); text-align: left; font-size: .87rem; font-weight: 750; transition: transform .2s, border-color .2s, background .2s; }
.answer:hover, .uncertain:hover { transform: translateY(-2px); border-color: var(--blue); }
.answer.selected { border-color: var(--blue); background: rgba(0,118,192,.09); box-shadow: inset 0 0 0 1px var(--blue); }
.answer-number { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 auto; border: 1px solid #aabbbc; border-radius: 50%; background: var(--white); font-family: var(--mono); font-size: .72rem; }
.uncertain { min-height: 56px; border-style: dashed; background: transparent; color: #73858b; font-weight: 500; }
.quiz-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.quiz-hint { color: #73858b; font-size: .75rem; }
.report-hero { padding: 5rem 0; background: var(--navy); color: var(--paper); }
.report-hero h1 { max-width: 900px; margin: 1.2rem 0 0; font-family: var(--serif); font-size: clamp(3rem,7vw,6.8rem); font-weight: 400; line-height: 1.02; }
.report-hero p { max-width: 720px; color: #c3d1d4; font-size: 1.15rem; line-height: 1.75; }
.report-highlight { display: grid; grid-template-columns: 1fr .8fr; gap: 2rem; margin-top: 3rem; }
.hero-character { color: var(--orange); font-family: var(--serif); font-size: 3.5rem; }
.hero-archetype { margin-top: .3rem; color: #e6e0d5; font-size: 1.15rem; }
.score-box { padding: 1.5rem; border: 1px solid #456274; border-radius: 1rem; background: var(--navy-2); }
.score { margin-top: .5rem; color: var(--paper); font-family: var(--serif); font-size: 4rem; }
.score-box p { margin: .25rem 0 0; font-size: .8rem; line-height: 1.6; }
.report-main { padding: 4.5rem 0; background: var(--paper); }
.report-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }
.report-heading h2 { margin: .6rem 0 0; color: var(--navy); font-family: var(--serif); font-size: clamp(2.2rem,4vw,3.5rem); font-weight: 400; }
.report-actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.report-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.25rem; }
.card { padding: 1.7rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--white); box-shadow: var(--shadow); }
.card.wide { grid-column: 1 / -1; }
.card-title { display: flex; align-items: center; gap: .7rem; margin-bottom: 1.4rem; color: var(--blue); }
.card-title span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: .7rem; background: #e6f2f5; font-size: 1.2rem; }
.card-title h3 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.card p { color: #526675; line-height: 1.7; }
.story-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 2rem; }
.story-name { color: var(--navy); font-family: var(--serif); font-size: 2.5rem; }
.story-archetype { margin-top: .25rem; color: var(--blue); font-weight: 800; }
.reference { padding: 1.25rem; border-radius: .75rem; background: var(--soft); }
.reference strong { color: var(--gold); font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; }
.reference blockquote { margin: 1rem 0 0; color: var(--navy-2); font-family: var(--serif); font-size: 1.25rem; line-height: 1.45; }
.reference small { display: block; margin-top: .7rem; color: #73858b; line-height: 1.5; }
.bars { display: grid; gap: 1.1rem; }
.bar-head { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: .45rem; color: #526675; font-size: .82rem; }
.bar-head strong { font-family: var(--mono); color: #73858b; font-size: .7rem; font-weight: 500; }
.bar-track { height: 8px; overflow: hidden; border-radius: 999px; background: #e7ded0; }
.bar-fill { height: 100%; border-radius: inherit; background: var(--blue); transition: width .7s ease; }
.bar-fill.orange { background: var(--orange); }
.tag-list { display: flex; flex-wrap: wrap; gap: .5rem; }
.tag { padding: .55rem .9rem; border-radius: 999px; background: #e5f1f4; color: var(--blue); font-size: .8rem; font-weight: 800; }
.tag.outline { border: 1px solid #d7cab8; background: transparent; color: var(--navy-2); }
.bullets { display: grid; grid-template-columns: repeat(2,1fr); gap: .7rem; padding: 0; margin: 0; list-style: none; }
.bullets li { display: flex; gap: .5rem; color: #526675; font-size: .86rem; line-height: 1.5; }
.bullets li::before { color: var(--orange); content: "—"; }
.environment-list { display: grid; gap: .7rem; }
.environment { padding: .9rem; border-radius: .75rem; background: var(--soft); color: var(--navy-2); font-size: .82rem; font-weight: 800; }
.environment b { margin-right: .7rem; color: var(--gold); font-family: var(--mono); font-size: .68rem; }
.growth-list { display: grid; gap: 1rem; }
.growth-item strong { color: var(--navy-2); }
.growth-item p { margin: .25rem 0 0; color: #73858b; font-size: .82rem; line-height: 1.55; }
.growth-item small { display: block; margin-top: .25rem; color: var(--blue); font-size: .72rem; font-weight: 800; }
.complement-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.complement { padding: 1.2rem; border: 1px solid var(--line); border-radius: .75rem; }
.complement-head { display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
.complement h4 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.complement-score { color: var(--blue); font-family: var(--mono); font-size: .7rem; }
.complement p { margin: .3rem 0 0; font-size: .8rem; }
.plan-list { display: grid; grid-template-columns: repeat(5,1fr); gap: .75rem; padding: 0; margin: 0; list-style: none; }
.plan-list li { padding: 1.1rem; border-radius: .75rem; background: var(--soft); }
.plan-list b { color: var(--orange); font-family: var(--mono); font-size: .7rem; }
.plan-list p { margin: .8rem 0 0; font-size: .82rem; }
.lead-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 2rem; margin-top: 3rem; padding: 2.5rem; border-radius: 1rem; background: var(--navy-2); color: var(--paper); }
.lead-section h2 { margin: .55rem 0 0; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
.lead-section p { color: #c3d1d4; font-size: .84rem; line-height: 1.65; }
.lead-form { display: grid; gap: .7rem; }
.lead-form input:not([type="checkbox"]) { height: 48px; padding: 0 1rem; border: 0; border-radius: .7rem; background: var(--paper); color: var(--ink); }
.consent { display: flex; gap: .5rem; color: #c3d1d4; font-size: .72rem; line-height: 1.5; }
.consent input { margin-top: .15rem; accent-color: var(--orange); }
.lead-success { display: flex; align-items: center; padding: 1rem; border-radius: .75rem; background: #295875; color: var(--paper); font-size: .85rem; }
.disclaimer { max-width: 900px; margin: 2.5rem auto 0; color: #73858b; font-size: .72rem; line-height: 1.55; text-align: center; }
.center-actions { display: flex; justify-content: center; margin-top: 1.5rem; }
.site-footer { padding: 3rem 0; background: var(--navy); color: #e8e1d5; }
.footer-grid { display: flex; justify-content: space-between; gap: 2rem; }
.footer-copy { max-width: 420px; margin: 1.3rem 0 0; color: #b9cbd0; font-size: .82rem; line-height: 1.7; }
.footer-links { display: flex; flex-wrap: wrap; align-content: start; gap: 1.2rem; color: #c3d1d4; font-size: .82rem; }
.footer-links button { border: 0; background: none; color: inherit; }
.footer-bottom { margin-top: 2.5rem; padding-top: 1rem; border-top: 1px solid #426077; color: #a6bdc4; font-size: .7rem; }
.cookie { position: fixed; z-index: 30; right: 1rem; bottom: 1rem; left: 1rem; display: flex; max-width: 760px; align-items: center; justify-content: space-between; gap: 1rem; margin: auto; padding: 1rem; border: 1px solid #d7cab8; border-radius: 1rem; background: var(--white); box-shadow: 0 16px 35px rgba(16,42,67,.15); }
.cookie p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.modal-backdrop { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 1rem; background: rgba(16,42,67,.62); backdrop-filter: blur(5px); }
.modal { width: min(720px, 100%); max-height: 88vh; overflow: auto; padding: 2rem; border: 1px solid #ddcfbb; border-radius: 1.4rem; background: var(--white); box-shadow: 0 25px 80px rgba(16,42,67,.25); }
.modal-head { display: flex; align-items: start; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; }
.modal h2 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
.close-modal { border: 0; background: transparent; color: var(--muted); font-size: 1.6rem; line-height: 1; }
.modal-body { color: #526675; font-size: .87rem; line-height: 1.75; }
.modal-body p { margin: 0 0 1rem; }
.dimension-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: .5rem; margin: 1rem 0; }
.dimension { padding: .8rem; border-radius: .7rem; background: var(--soft); color: var(--navy-2); }
.dimension b { margin-right: .5rem; color: var(--gold); font-family: var(--mono); font-size: .7rem; }
.toast { position: fixed; z-index: 60; right: 1rem; bottom: 1rem; padding: .9rem 1.1rem; border-radius: .7rem; background: var(--navy); color: var(--white); font-size: .82rem; box-shadow: var(--shadow); }
.hidden { display: none !important; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.page-enter { animation: rise .5s ease both; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
}
@media (max-width: 850px) {
  .desktop-nav { display: none; }
  .icon-button { display: block; }
  .mobile-menu.open { display: block; }
  .hero { padding: 4rem 0 5rem; }
  .hero-grid, .band-grid, .setup-grid, .report-highlight, .story-grid, .lead-section { grid-template-columns: 1fr; }
  .bible-art { min-height: 420px; }
  .explore-grid { grid-template-columns: repeat(2,1fr); }
  .plan-list { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 36px; height: 36px; border-radius: 10px; }
  .brand-mark img { width: 25px; height: 25px; }
  .brand-name { font-size: .63rem; }
  .brand-name span { letter-spacing: .09em; }
  .hero h1 { font-size: clamp(2.8rem, 15vw, 4.3rem); }
  .hero-copy { font-size: 1rem; line-height: 1.6; }
  .actions .btn { width: 100%; }
  .bible-art { min-height: 340px; }
  .bible-art::before { inset: 2rem 0 0; }
  .bible-book { width: 98%; }
  .book-page { min-height: 220px; padding: 1.1rem; }
  .book-page h3 { font-size: 1.45rem; }
  .book-page p { font-size: 1.15rem; }
  .art-badge { right: -2px; top: .5rem; font-size: .65rem; }
  .art-badge.bottom { left: -2px; bottom: .5rem; }
  .navy-band, .explore { padding: 4rem 0; }
  .band-stats, .explore-grid, .report-grid, .complement-grid, .bullets, .dimension-grid { grid-template-columns: 1fr; }
  .explore-card { min-height: auto; }
  .section-title { font-size: 2.8rem; }
  .page-section, .report-main { padding: 3rem 0; }
  .quiz-main { padding-top: 2.4rem; }
  .quiz-header .save-note { display: none; }
  .quiz-header-inner .btn { min-height: 38px; padding: .5rem .75rem; font-size: .7rem; }
  .question-area { min-height: 260px; padding-top: 3rem; }
  .question-area h1 { font-size: 2.35rem; }
  .quiz-submeta { display: block; }
  .quiz-submeta span + span { display: block; margin-top: .35rem; }
  .quiz-footer { align-items: stretch; flex-direction: column; }
  .quiz-footer .btn { width: 100%; }
  .report-heading { align-items: start; flex-direction: column; }
  .report-actions .btn { flex: 1; min-width: 0; padding-inline: .75rem; font-size: .7rem; }
  .card { padding: 1.2rem; }
  .card-title h3 { font-size: 1.3rem; }
  .story-name { font-size: 2.15rem; }
  .lead-section { padding: 1.5rem; }
  .footer-grid { flex-direction: column; }
  .cookie { align-items: stretch; flex-direction: column; }
  .cookie .btn { width: 100%; }
  .modal { padding: 1.3rem; }
}
@media print {
  body { background: #fff !important; color: var(--ink) !important; }
  .site-header, .site-footer, .no-print, .cookie, .lead-section, .toast { display: none !important; }
  .report-hero { padding: 1.5rem 0; background: #fff !important; color: var(--ink) !important; }
  .report-hero h1, .report-hero p, .hero-character, .hero-archetype, .score { color: var(--ink) !important; }
  .score-box { border: 1px solid #d8d0c2; background: #fff; }
  .report-main { padding: 1rem 0; background: #fff; }
  .card { break-inside: avoid; box-shadow: none; border-color: #d8d0c2; }
}