/* ============================================================
   BIBLEBINGE — the scriptorium meets the screening room
   One thread: rubric red. Scribes marked what mattered in red.
   ============================================================ */
:root{
  --void:#0B0A08; --surface:#161310; --surface2:#201B15; --surface3:#2A231A;
  --gold:#C9A25E; --gold-hi:#E4C078; --gold-dim:rgba(201,162,94,.55);
  --rubric:#C2402F; --rubric-hi:#E05540;
  --ivory:#F3EAD8; --ivory-dim:#BDB29D; --ivory-faint:#8E8471;
  --vellum:#F6EFDF; --vellum2:#EEE4CE; --ink:#241C11; --ink-soft:#4A4030; --ink-faint:#7A6E58;
  --line:rgba(201,162,94,.18); --line-strong:rgba(201,162,94,.35);
  --shadow:0 18px 50px rgba(0,0,0,.55);
  --disp:"Fraunces",Georgia,serif; --body:"Newsreader",Georgia,serif; --ui:"Space Grotesk",Arial,sans-serif;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
html,body{margin:0;padding:0}
body{background:var(--void);color:var(--ivory);font-family:var(--ui);font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased}
img,svg{display:block;max-width:100%}
a{color:var(--gold-hi);text-decoration:none}
a:hover{color:var(--rubric-hi)}
:focus-visible{outline:2px solid var(--gold-hi);outline-offset:3px;border-radius:2px}
.wrap{max-width:var(--max);margin:0 auto;padding:0 28px}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

/* ---------- top bar ---------- */
.topbar{position:sticky;top:0;z-index:60;background:rgba(11,10,8,.86);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.topbar .wrap{display:flex;align-items:center;gap:26px;height:64px}
.wordmark{display:flex;align-items:center;gap:10px;font-family:var(--disp);font-weight:640;font-size:1.35rem;color:var(--ivory);letter-spacing:.2px}
.wordmark:hover{color:var(--ivory)}
.wordmark .ribbon{width:14px;height:24px;flex:none}
.wordmark b{color:var(--rubric-hi);font-weight:640}
.nav{display:flex;gap:22px;margin-left:auto;align-items:center}
.nav a{font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ivory-dim);padding:6px 2px;border-bottom:2px solid transparent}
.nav a:hover{color:var(--gold-hi)}
.nav a.on{color:var(--ivory);border-bottom-color:var(--rubric)}
.nav .go-search{border:1px solid var(--line-strong);border-radius:999px;padding:7px 16px;color:var(--gold)}
@media(max-width:720px){.nav{gap:14px}.nav a{font-size:.72rem;letter-spacing:.1em}.nav .hide-m{display:none}}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--ui);font-weight:500;font-size:.95rem;letter-spacing:.04em;padding:14px 26px;border-radius:6px;border:1px solid transparent;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s}
.btn-play{background:var(--rubric);color:#FFF6EA;box-shadow:0 8px 26px rgba(194,64,47,.35)}
.btn-play:hover{background:var(--rubric-hi);color:#fff;transform:translateY(-1px)}
.btn-ghost{border-color:var(--line-strong);color:var(--gold-hi);background:transparent}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold-hi);background:rgba(201,162,94,.06)}
.btn .tri{width:0;height:0;border-left:9px solid currentColor;border-top:6px solid transparent;border-bottom:6px solid transparent}

/* ---------- red thread ---------- */
.thread{height:2px;background:linear-gradient(90deg,var(--rubric),rgba(194,64,47,0));width:120px;margin:18px 0}
.eyebrow{font-size:.74rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);font-weight:500}
.eyebrow.red{color:var(--rubric-hi)}

/* ---------- home hero ---------- */
.hero{position:relative;padding:84px 0 64px;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(1100px 480px at 18% 8%,rgba(224,113,60,.14),transparent 62%),radial-gradient(900px 420px at 88% 88%,rgba(201,162,94,.10),transparent 60%);pointer-events:none}
.hero .wrap{position:relative;display:grid;grid-template-columns:1.25fr .75fr;gap:56px;align-items:center}
.hero h1{font-family:var(--disp);font-weight:700;font-size:clamp(2.5rem,5.6vw,4.4rem);line-height:1.04;margin:14px 0 0;color:var(--ivory)}
.hero h1 .red{color:var(--rubric-hi)}
.hero .lede{font-family:var(--body);font-size:1.18rem;color:var(--ivory-dim);max-width:52ch;margin:20px 0 8px;line-height:1.75}
.hero .cta{display:flex;gap:16px;flex-wrap:wrap;margin-top:26px}
.hero .season{display:inline-flex;align-items:center;gap:10px;margin-top:26px;font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ivory-faint)}
.hero .season i{width:34px;height:2px;background:var(--rubric);display:inline-block}
.hero-poster{width:min(300px,100%);margin:0 auto;filter:drop-shadow(0 30px 60px rgba(0,0,0,.6));transform:rotate(1.6deg)}
@media(max-width:900px){.hero .wrap{grid-template-columns:1fr;gap:40px}.hero-poster{order:-1;width:200px;transform:rotate(2deg)}}

/* ---------- rails ---------- */
.rail{padding:34px 0 10px}
.rail-head{display:flex;align-items:baseline;gap:18px;margin-bottom:18px}
.rail-head h2{font-family:var(--disp);font-weight:600;font-size:1.5rem;margin:0;color:var(--ivory)}
.rail-head .count{font-size:.78rem;letter-spacing:.16em;color:var(--ivory-faint);text-transform:uppercase}
.rail-row{display:grid;grid-auto-flow:column;grid-auto-columns:186px;gap:18px;overflow-x:auto;padding:6px 4px 22px;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--surface3) transparent}
.rail-row::-webkit-scrollbar{height:8px}
.rail-row::-webkit-scrollbar-thumb{background:var(--surface3);border-radius:8px}
@media(max-width:560px){.rail-row{grid-auto-columns:150px}}
.pcard{scroll-snap-align:start;display:block;border-radius:8px;overflow:hidden;border:1px solid var(--line);background:var(--surface);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;position:relative}
.pcard:hover{transform:translateY(-6px);border-color:var(--gold-dim);box-shadow:var(--shadow)}
.pcard .prog{position:absolute;left:0;right:0;bottom:0;height:4px;background:rgba(0,0,0,.45)}
.pcard .prog i{display:block;height:100%;background:var(--rubric);width:0}
.pcard .pc-label{position:absolute;top:10px;left:10px;background:rgba(11,10,8,.78);border:1px solid var(--line-strong);color:var(--gold-hi);font-size:.62rem;letter-spacing:.18em;padding:4px 9px;border-radius:999px;text-transform:uppercase}

.rail-row.cont{grid-auto-flow:row;grid-auto-columns:unset;grid-template-columns:1fr;scroll-snap-type:none}
.wide .wposter{max-width:130px;border-radius:8px;overflow:hidden;border:1px solid var(--line)}

/* wide feature card (Revelation / studies) */
.wide{display:grid;grid-template-columns:130px 1fr;gap:22px;align-items:center;background:linear-gradient(120deg,var(--surface2),var(--surface));border:1px solid var(--line);border-radius:10px;padding:22px;transition:border-color .18s,transform .18s}
.wide:hover{border-color:var(--gold-dim);transform:translateY(-3px)}
.wide h3{font-family:var(--disp);font-size:1.35rem;margin:0 0 6px;color:var(--ivory)}
.wide p{margin:0;color:var(--ivory-dim);font-family:var(--body)}
.wide .meta{margin-top:10px;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}
@media(max-width:560px){.wide{grid-template-columns:1fr}.wide .wposter{max-width:130px}}

/* ---------- strips (lens / studies promos) ---------- */
.strip{margin:56px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(180deg,rgba(32,27,21,.6),rgba(22,19,16,.2));padding:52px 0}
.strip .wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}
.strip h2{font-family:var(--disp);font-size:clamp(1.7rem,3.4vw,2.5rem);margin:12px 0 14px;line-height:1.15}
.strip p{font-family:var(--body);color:var(--ivory-dim);font-size:1.06rem;line-height:1.8;margin:0 0 22px;max-width:56ch}
.lens-ring{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.lens-chipp{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:16px 10px;text-align:center;color:var(--ivory-dim);font-size:.74rem;letter-spacing:.06em}
.lens-chipp b{display:block;font-size:1.3rem;margin-bottom:6px;color:var(--gold-hi);font-weight:400}
@media(max-width:900px){.strip .wrap{grid-template-columns:1fr}}

/* ---------- footer ---------- */
footer{margin-top:80px;border-top:1px solid var(--line);padding:44px 0 60px;color:var(--ivory-faint);font-size:.85rem}
footer .wrap{display:grid;grid-template-columns:1.2fr .8fr;gap:36px}
footer .fm{font-family:var(--disp);font-size:1.1rem;color:var(--ivory-dim);margin-bottom:10px}
footer a{color:var(--gold)}
footer .cols{display:flex;gap:44px;justify-content:flex-end;flex-wrap:wrap}
footer .col h4{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ivory-dim);margin:0 0 10px}
footer .col a{display:block;padding:3px 0;color:var(--ivory-faint)}
footer .col a:hover{color:var(--gold-hi)}
footer .legal{margin-top:26px;line-height:1.7;max-width:64ch}
@media(max-width:720px){footer .wrap{grid-template-columns:1fr}footer .cols{justify-content:flex-start}}

/* ============================================================
   BOOK PAGE
   ============================================================ */
.bhero{padding:64px 0 30px}
.bhero .wrap{display:grid;grid-template-columns:250px 1fr;gap:48px;align-items:start}
.bhero h1{font-family:var(--disp);font-weight:700;font-size:clamp(2.2rem,4.4vw,3.6rem);margin:10px 0 0;line-height:1.05}
.bhero .tag{font-family:var(--body);font-style:italic;color:var(--gold-hi);font-size:1.15rem;margin:14px 0 0}
.bhero .syn{font-family:var(--body);color:var(--ivory-dim);font-size:1.05rem;line-height:1.8;max-width:60ch;margin:16px 0 0}
.bhero .bmeta{display:flex;gap:22px;flex-wrap:wrap;margin-top:20px;font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ivory-faint)}
.bhero .bmeta b{color:var(--gold);font-weight:500}
.bhero .cta{display:flex;gap:14px;margin-top:26px;flex-wrap:wrap}
.bposter{border-radius:10px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}
@media(max-width:820px){.bhero .wrap{grid-template-columns:1fr}.bposter{max-width:190px}}

/* episode list */
.eplist{padding:26px 0 40px}
.eplist h2{font-family:var(--disp);font-size:1.4rem;margin:0 0 16px}
.ep{display:grid;grid-template-columns:64px 1fr auto;gap:18px;align-items:center;padding:16px 18px;border:1px solid transparent;border-bottom:1px solid var(--line);cursor:pointer;transition:background .15s,border-color .15s;text-align:left;width:100%;background:none;color:inherit;font:inherit}
.ep:hover{background:var(--surface);border-color:var(--line)}
.ep .num{font-family:var(--disp);font-weight:600;font-size:1.5rem;color:var(--gold);text-align:center}
.ep .et{font-family:var(--disp);font-weight:560;font-size:1.12rem;color:var(--ivory)}
.ep .es{font-size:.8rem;color:var(--ivory-faint);margin-top:3px;letter-spacing:.04em}
.ep .mark-done{width:26px;height:26px;border-radius:50%;border:1.5px solid var(--line-strong);display:grid;place-items:center;color:transparent;font-size:.8rem}
.ep.done .mark-done{background:var(--rubric);border-color:var(--rubric);color:#fff}
.ep.done .et{color:var(--ivory-dim)}
.ep .lens-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--rubric-hi);margin-left:9px;vertical-align:2px}

/* ---------- reading room ---------- */
.reader{display:none;padding:30px 0 50px}
.reader.open{display:block}
.rtool{display:flex;align-items:center;gap:14px;max-width:820px;margin:0 auto 18px;padding:0 6px;flex-wrap:wrap}
.rtool .crumb{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ivory-faint)}
.rtool .crumb b{color:var(--gold)}
.rtool .sp{flex:1}
.rtool .tbtn{border:1px solid var(--line-strong);background:transparent;color:var(--gold-hi);font-family:var(--ui);font-size:.78rem;letter-spacing:.08em;padding:8px 14px;border-radius:999px;cursor:pointer}
.rtool .tbtn:hover{border-color:var(--gold);color:var(--ivory)}
.sheet{background:var(--vellum);color:var(--ink);max-width:820px;margin:0 auto;border-radius:4px;padding:clamp(30px,6vw,72px) clamp(22px,7vw,84px);box-shadow:0 30px 80px rgba(0,0,0,.65);position:relative}
.sheet::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:26px;height:44px;background:var(--rubric);clip-path:polygon(0 0,100% 0,100% 100%,50% 78%,0 100%)}
.sheet .chead{text-align:center;margin-bottom:34px}
.sheet .chead .eyebrow{color:var(--rubric)}
.sheet .chead h2{font-family:var(--disp);font-weight:700;font-size:clamp(1.9rem,4vw,2.7rem);color:var(--ink);margin:10px 0 6px;line-height:1.1}
.sheet .chead .esv{font-size:.78rem;letter-spacing:.1em;color:var(--ink-faint)}
.sheet .chead .esv a{color:var(--rubric);border-bottom:1px solid rgba(194,64,47,.35)}
.scripture{font-family:var(--body);font-size:1.17rem;line-height:1.92;color:var(--ink)}
.scripture p{margin:0 0 1.05em}
.scripture p.q1{margin:0 0 .1em;padding-left:2.2em;text-indent:-1.1em}
.scripture p.q2{margin:0 0 .1em;padding-left:3.4em;text-indent:-1.1em}
.scripture p.q1+p:not(.q1):not(.q2),.scripture p.q2+p:not(.q1):not(.q2){margin-top:1.05em}
.scripture p.d{font-style:italic;color:var(--ink-soft);text-align:center}
.scripture h4{font-family:var(--ui);font-weight:500;font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;color:var(--ink-faint);margin:2.2em 0 1em;display:flex;align-items:center;gap:14px}
.scripture h4::after{content:"";height:1px;background:rgba(36,28,17,.16);flex:1}
sup.vn{font-family:var(--ui);font-size:.58em;color:var(--rubric);font-weight:500;margin:0 .38em 0 .1em;letter-spacing:0}
.scripture .wj{color:var(--rubric)}
.scripture .dropcap::first-letter{font-family:var(--disp);font-weight:700;font-size:3.35em;float:left;line-height:.82;padding:.06em .12em 0 0;color:var(--rubric)}
.vhl{background:rgba(228,192,120,.5);border-radius:2px}
.chnav{display:flex;justify-content:space-between;gap:14px;max-width:820px;margin:22px auto 0;padding:0 4px}
.chnav .tbtn{flex:1;text-align:center;max-width:260px}
.rread{display:flex;justify-content:center;margin:26px 0 6px}

/* ---------- lens deck ---------- */
.deck{max-width:820px;margin:34px auto 0;border:1px solid var(--line-strong);border-radius:10px;background:linear-gradient(180deg,var(--surface2),var(--surface));overflow:hidden}
.deck-head{display:flex;align-items:center;gap:14px;padding:18px 24px;border-bottom:1px solid var(--line)}
.deck-head .eyebrow{color:var(--rubric-hi)}
.deck-head h3{font-family:var(--disp);font-size:1.15rem;margin:0;color:var(--ivory)}
.deck-head .sp{flex:1}
.deck-head .hook{font-family:var(--body);font-style:italic;color:var(--ivory-dim);font-size:.95rem}
.chips{display:flex;gap:10px;padding:16px 20px 6px;flex-wrap:wrap}
.chip{border:1px solid var(--line);background:transparent;color:var(--ivory-dim);border-radius:999px;padding:9px 16px;font-family:var(--ui);font-size:.8rem;letter-spacing:.05em;cursor:pointer;display:inline-flex;gap:8px;align-items:center;transition:all .15s}
.chip:hover{border-color:var(--gold-dim);color:var(--gold-hi)}
.chip.on{background:var(--gold);border-color:var(--gold);color:#221A0E;font-weight:500}
.chip .ic{font-size:.95rem}
.lens-body{padding:22px 26px 30px;font-family:var(--body);font-size:1.05rem;line-height:1.85;color:var(--ivory)}
.lens-body .lens-title{font-family:var(--disp);font-weight:600;color:var(--gold-hi);font-size:1.05rem;letter-spacing:.02em;margin:0 0 12px;display:flex;gap:12px;align-items:center}
.lens-body .lens-title::after{content:"";height:1px;flex:1;background:var(--line)}
.lens-body p{margin:0 0 1em}
.lens-body p:last-child{margin:0}
.deck.locked .chips,.deck.locked .lens-body{opacity:.94}
.locked-note{padding:26px;text-align:center;color:var(--ivory-dim);font-family:var(--body)}
.locked-note b{color:var(--gold-hi);font-family:var(--disp);display:block;font-size:1.1rem;margin-bottom:8px}
.locked-note .eyebrow{display:block;margin-bottom:12px}

/* ============================================================
   GENERIC PAGE + CARDS (lens hub, studies, about, brand)
   ============================================================ */
.page-head{padding:76px 0 26px;text-align:left}
.page-head h1{font-family:var(--disp);font-weight:700;font-size:clamp(2.2rem,5vw,3.6rem);margin:14px 0 0;line-height:1.05}
.page-head .lede{font-family:var(--body);color:var(--ivory-dim);font-size:1.13rem;max-width:62ch;line-height:1.8;margin:18px 0 0}
.section{padding:34px 0}
.section h2{font-family:var(--disp);font-size:1.6rem;margin:0 0 8px}
.section .sub{color:var(--ivory-dim);font-family:var(--body);margin:0 0 22px;max-width:62ch;line-height:1.75}
.cardgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}
.scard{border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:26px;display:flex;flex-direction:column;gap:12px;transition:transform .16s,border-color .16s}
.scard:hover{transform:translateY(-4px);border-color:var(--gold-dim)}
.scard h3{font-family:var(--disp);font-size:1.3rem;margin:0;color:var(--ivory)}
.scard p{font-family:var(--body);color:var(--ivory-dim);margin:0;line-height:1.75;flex:1}
.scard .meta{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}
.scard .link{font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-hi)}
.scard.soon{opacity:.75;border-style:dashed}
.badge{display:inline-block;font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;border:1px solid var(--line-strong);color:var(--gold-hi);border-radius:999px;padding:4px 10px}
.badge.red{border-color:rgba(224,85,64,.6);color:var(--rubric-hi)}

/* lens hub 8-grid */
.eight{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px}
.lenscard{border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:24px}
.lenscard .ic{font-size:1.6rem;margin-bottom:12px}
.lenscard h3{font-family:var(--disp);font-size:1.12rem;margin:0 0 8px;color:var(--gold-hi)}
.lenscard p{font-family:var(--body);color:var(--ivory-dim);margin:0;font-size:.95rem;line-height:1.7}

/* LOTR study */
.vol{margin:0 0 46px;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--surface)}
.vol-head{padding:30px 30px 24px;border-bottom:1px solid var(--line)}
.vol-head .eyebrow{margin-bottom:8px;display:block}
.vol-head h2{font-family:var(--disp);font-size:clamp(1.5rem,3vw,2.1rem);margin:0 0 8px}
.vol-head p{font-family:var(--body);color:var(--ivory-dim);margin:0;max-width:64ch;line-height:1.75}
.entry{border-bottom:1px solid var(--line)}
.entry:last-child{border-bottom:none}
.entry summary{list-style:none;cursor:pointer;padding:20px 30px;display:flex;align-items:baseline;gap:16px}
.entry summary::-webkit-details-marker{display:none}
.entry summary .no{font-family:var(--disp);color:var(--gold);font-size:1rem;min-width:26px}
.entry summary h3{font-family:var(--disp);font-size:1.15rem;margin:0;color:var(--ivory);font-weight:600}
.entry summary .arrow{margin-left:auto;color:var(--gold);transition:transform .18s}
.entry[open] summary .arrow{transform:rotate(90deg)}
.entry .ebody{padding:0 30px 26px 72px;font-family:var(--body);color:var(--ivory-dim);line-height:1.85}
.entry .ebody p{margin:0 0 1em}
.gloss{border-left:2px solid var(--rubric);background:rgba(194,64,47,.06);padding:16px 20px;border-radius:0 8px 8px 0;margin-top:14px}
.gloss .gref{font-family:var(--ui);font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--rubric-hi)}
.gloss .gref a{color:var(--rubric-hi);border-bottom:1px dotted rgba(224,85,64,.5)}
.gloss .gverse{display:block;font-family:var(--body);font-style:italic;color:var(--ivory);margin:8px 0 8px;font-size:1.03rem}
.gloss .gtie{margin:0;color:var(--ivory-dim);font-size:.97rem}
@media(max-width:560px){.entry .ebody{padding:0 22px 24px 22px}.entry summary{padding:18px 22px}}

/* brand page */
.chips-row{display:flex;gap:14px;flex-wrap:wrap}
.swatch{width:150px;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--surface)}
.swatch .c{height:84px}
.swatch .l{padding:12px 14px;font-size:.72rem;letter-spacing:.06em;color:var(--ivory-dim)}
.swatch .l b{display:block;color:var(--ivory);font-size:.8rem;letter-spacing:.02em;margin-bottom:3px}
.spec{border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:30px;margin-bottom:16px}
.spec .role{font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:12px}
.spec .sample-d{font-family:var(--disp);font-weight:700;font-size:2.3rem;line-height:1.1}
.spec .sample-b{font-family:var(--body);font-size:1.15rem;line-height:1.8;color:var(--ivory-dim)}
.spec .sample-u{font-family:var(--ui);letter-spacing:.14em;text-transform:uppercase;font-size:.9rem}
.posterwall{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:14px}
.posterwall .pcard:hover{transform:translateY(-4px)}
.voice{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px}
.vcard{border-left:2px solid var(--rubric);padding:6px 0 6px 20px}
.vcard h3{font-family:var(--disp);font-size:1.1rem;margin:0 0 6px;color:var(--gold-hi)}
.vcard p{font-family:var(--body);color:var(--ivory-dim);margin:0;font-size:.97rem;line-height:1.7}

/* about */
.prose{font-family:var(--body);font-size:1.1rem;line-height:1.9;color:var(--ivory-dim);max-width:66ch}
.prose p{margin:0 0 1.2em}
.prose .dropcap::first-letter{font-family:var(--disp);font-weight:700;font-size:3.2em;float:left;line-height:.82;padding:.06em .12em 0 0;color:var(--rubric-hi)}
.prose strong{color:var(--ivory)}
.pull{font-family:var(--disp);font-size:1.5rem;line-height:1.4;color:var(--ivory);border-left:2px solid var(--rubric);padding-left:24px;margin:2em 0}

/* search */
.searchbox{display:flex;gap:12px;max-width:720px;margin:26px 0 8px}
.searchbox input{flex:1;background:var(--surface);border:1px solid var(--line-strong);color:var(--ivory);font-family:var(--body);font-size:1.05rem;padding:15px 20px;border-radius:8px}
.searchbox input:focus{outline:2px solid var(--gold-hi);outline-offset:2px}
.res{border-bottom:1px solid var(--line);padding:18px 4px;max-width:820px}
.res .rref{font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}
.res .rtxt{font-family:var(--body);color:var(--ivory-dim);margin:8px 0 0;line-height:1.75}
.res .rtxt mark{background:rgba(228,192,120,.35);color:var(--ivory);border-radius:2px;padding:0 2px}
.res a:hover .rtxt{color:var(--ivory)}
.hintline{color:var(--ivory-faint);font-size:.85rem;margin-top:10px}

/* toast + misc */
.toast{position:fixed;bottom:26px;left:50%;transform:translate(-50%,20px);background:var(--vellum);color:var(--ink);font-family:var(--ui);font-size:.85rem;letter-spacing:.04em;padding:12px 22px;border-radius:999px;box-shadow:0 12px 40px rgba(0,0,0,.5);opacity:0;pointer-events:none;transition:all .25s;z-index:90}
.toast.show{opacity:1;transform:translate(-50%,0)}
.totop{position:fixed;right:22px;bottom:22px;width:46px;height:46px;border-radius:50%;background:var(--surface2);border:1px solid var(--line-strong);color:var(--gold-hi);display:grid;place-items:center;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .2s;z-index:80}
.totop.show{opacity:1;pointer-events:auto}
.center{text-align:center}
.mt0{margin-top:0}.mt40{margin-top:40px}.mt60{margin-top:60px}
hr.rule{border:none;border-top:1px solid var(--line);margin:40px 0}
noscript .reader{display:block}
