:root{--bg:#f7f5f0;--bg-elev:#fff;--text-h:#1a1410;--text:#5f574d;--text-soft:#8a8177;--border:#1a14101a;--terracotta:#e07a5f;--terracotta-deep:#c9603f;--gold:#e0ae2e;--gold-soft:#ffd260;--accent:var(--terracotta);--accent-bg:#e07a5f1f;--shadow:0 20px 45px -20px #50281459;--shadow-soft:0 8px 24px -12px #50281440;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--serif:"Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;font:18px/1.5 var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--bg:#0a0912;--bg-elev:#15131f;--text-h:#f7f3ee;--text:#b8b0a6;--text-soft:#7a7368;--border:#ffffff1a;--terracotta:#e07a5f;--terracotta-deep:#d06a4f;--gold:#ffd260;--gold-soft:#ffe08a;--accent-bg:#e07a5f29;--shadow:0 24px 55px -20px #000000b3;--shadow-soft:0 10px 30px -12px #0009}}*{box-sizing:border-box}body{margin:0}#root{width:100%;min-height:100svh}.site{flex-direction:column;min-height:100svh;display:flex}.hero{color:#f4efe7;isolation:isolate;background-color:#1a0f0a;background-image:radial-gradient(120% 90% at 70% 10%,#e07a5f8c,#0000 55%),linear-gradient(160deg,#2c160d 0%,#160b12 55%,#0a0912 100%);flex-direction:column;min-height:92svh;padding:clamp(1.25rem,4vw,2.5rem);display:flex;position:relative}.hero__photo{z-index:-2;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:opacity .7s;position:absolute;inset:0}.hero__scrim{z-index:-1;background:linear-gradient(#0a091294 0%,#0a091266 20% 55%,#0a0912c7 84%,#0a0912f0 100%);position:absolute;inset:0}.hero__nav{justify-content:space-between;align-items:center;width:100%;max-width:72rem;margin:0 auto;display:flex}.hero__soon{color:#f4efe7bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid #f4efe740;border-radius:999px;padding:.35rem .85rem;font-size:.85rem}@media (width<=560px){.hero__soon{display:none}}.hero__content{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.4rem;width:100%;max-width:46rem;margin:0 auto;padding:3rem 0;display:flex}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--gold-soft);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-shadow:0 1px 6px #00000080;background:#0a091266;border:1px solid #ffd26066;border-radius:999px;padding:.35rem .85rem;font-size:.78rem;font-weight:600}.hero__title{font-family:var(--serif);letter-spacing:-.02em;color:#fdfaf5;text-wrap:balance;text-shadow:0 1px 3px #0000008c,0 2px 30px #00000080;margin:0;font-size:clamp(2.6rem,7vw,4.75rem);font-weight:700;line-height:1.02}.hero__lede{color:#f4efe7eb;text-shadow:0 1px 10px #0000008c;max-width:36rem;margin:0;font-size:clamp(1.05rem,2.2vw,1.3rem);line-height:1.55}.hero__cta{flex-wrap:wrap;justify-content:center;gap:.85rem;margin-top:.4rem;display:flex}.hero__scroll{color:#f4efe7b3;letter-spacing:.08em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.2rem;font-size:.8rem;text-decoration:none;display:inline-flex;position:absolute;bottom:clamp(1.25rem,3vw,2rem);left:50%;transform:translate(-50%)}.hero__scroll svg{animation:1.8s ease-in-out infinite nudge}@keyframes nudge{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@media (prefers-reduced-motion:reduce){.hero__scroll svg{animation:none}}.brand{letter-spacing:-.02em;color:var(--text-h);align-items:center;gap:.5rem;font-size:1.35rem;font-weight:700;display:inline-flex}.brand--light{color:#fdfaf5}.brand--small{font-size:1.05rem}.badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fdfaf5;background:#140f1666;border:1px solid #f4efe747;border-radius:.85rem;align-items:center;gap:.65rem;padding:.6rem 1.05rem;transition:transform .15s,background .15s,border-color .15s;display:inline-flex}.badge:hover{background:#140f1699;border-color:#ffd26080;transform:translateY(-2px)}.badge__glyph{display:inline-flex}.badge__text{text-align:left;flex-direction:column;line-height:1.15;display:flex}.badge__text small{color:#f4efe7a6;letter-spacing:.02em;font-size:.68rem}.badge__text strong{font-size:1rem;font-weight:600}.info{background:var(--bg);padding:clamp(3rem,8vw,6rem) clamp(1.25rem,4vw,2.5rem)}.info__inner{max-width:72rem;margin:0 auto}.info__head{text-align:center;max-width:40rem;margin:0 auto clamp(2rem,5vw,3.5rem)}.info__title{font-family:var(--serif);letter-spacing:-.02em;color:var(--text-h);text-wrap:balance;margin:0 0 .75rem;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.1}.info__sub{color:var(--text);margin:0;font-size:clamp(1rem,2vw,1.15rem);line-height:1.55}.features{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (width<=900px){.features{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.features{grid-template-columns:1fr}}.feature{background:var(--bg-elev);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:1rem;flex-direction:column;gap:.6rem;padding:1.5rem;transition:transform .15s,box-shadow .15s;display:flex}.feature:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.feature__icon{background:var(--accent-bg);width:2.7rem;height:2.7rem;color:var(--terracotta-deep);border-radius:.7rem;justify-content:center;align-items:center;margin-bottom:.25rem;display:inline-flex}.feature__title{color:var(--text-h);margin:0;font-size:1.1rem;font-weight:650}.feature__body{color:var(--text);margin:0;font-size:.92rem;line-height:1.5}.footer{background:var(--bg);border-top:1px solid var(--border);box-sizing:border-box;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:72rem;margin:0 auto;padding:1.75rem clamp(1.25rem,4vw,2.5rem);display:flex}.footer__meta{color:var(--text-soft);font-size:.85rem}.bp{background:var(--bg);flex-direction:column;min-height:100svh;padding:clamp(1.25rem,4vw,2.5rem);display:flex}.bp__nav{width:100%;max-width:60rem;margin:0 auto}.bp .brand{text-decoration:none}.bp__main{flex:1;grid-template-columns:minmax(0,300px) 1fr;align-items:start;gap:clamp(1.5rem,5vw,3.5rem);width:100%;max-width:60rem;margin:0 auto;padding:clamp(2rem,6vw,4rem) 0;display:grid}@media (width<=680px){.bp__main{text-align:center;grid-template-columns:1fr;justify-items:center}}.bp__main--narrow{grid-template-columns:minmax(0,34rem);justify-content:center}.bp__cover{width:100%;max-width:280px}.bp__cover img{width:100%;height:auto;box-shadow:var(--shadow);border-radius:.75rem;display:block}.bp__cover-fallback{aspect-ratio:2/3;width:100%;color:var(--text-soft);background:linear-gradient(160deg, var(--bg-elev), var(--accent-bg));box-shadow:var(--shadow);border-radius:.75rem;justify-content:center;align-items:center;display:flex}.bp__details{flex-direction:column;gap:.6rem;min-width:0;display:flex}.bp__eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--terracotta-deep);background:var(--accent-bg);border-radius:999px;align-self:flex-start;padding:.3rem .7rem;font-size:.72rem;font-weight:600}@media (width<=680px){.bp__eyebrow{align-self:center}}.bp__title{font-family:var(--serif);letter-spacing:-.02em;color:var(--text-h);text-wrap:balance;margin:.4rem 0 0;font-size:clamp(1.9rem,5vw,3rem);line-height:1.08}.bp__subtitle{color:var(--text);margin:0;font-size:clamp(1.05rem,2.5vw,1.25rem);line-height:1.4}.bp__authors{color:var(--text-soft);margin:.1rem 0 0;font-size:1rem}.bp__description{color:var(--text);margin:1rem 0 0;font-size:.98rem;line-height:1.6}.bp__cta{border-top:1px solid var(--border);margin-top:1.75rem;padding-top:1.5rem}.bp__cta-lead{color:var(--text-h);margin:0 0 .9rem;font-size:1rem;font-weight:600}.bp__badges{flex-wrap:wrap;gap:.75rem;display:flex}@media (width<=680px){.bp__badges{justify-content:center}}.bp__badge{border:1px solid var(--border);background:var(--bg-elev);box-shadow:var(--shadow-soft);color:var(--text-h);border-radius:.8rem;align-items:center;gap:.6rem;padding:.55rem 1rem;display:inline-flex}.bp__badge-glyph{color:var(--text-h);display:inline-flex}.bp__badge-text{text-align:left;flex-direction:column;line-height:1.15;display:flex}.bp__badge-text small{color:var(--text-soft);font-size:.66rem}.bp__badge-text strong{font-size:.95rem;font-weight:600}.bp__cta-note{color:var(--text-soft);margin:.85rem 0 0;font-size:.82rem}.pp{text-align:center;flex-direction:column;align-items:center;gap:.6rem;display:flex}.pp__avatar{object-fit:cover;width:7rem;height:7rem;box-shadow:var(--shadow);border-radius:50%;margin-bottom:.5rem}.pp__avatar--fallback{font-family:var(--serif);color:var(--terracotta-deep);background:linear-gradient(160deg, var(--bg-elev), var(--accent-bg));justify-content:center;align-items:center;font-size:2.6rem;display:flex}.pp__handle{color:var(--text-soft);margin:0;font-size:1rem}.pp__count{color:var(--text);margin:.2rem 0 0;font-size:.95rem}.pp .bp__eyebrow{align-self:center}.pp .bp__cta{text-align:center;width:100%}.pp .bp__badges{justify-content:center}.fi{text-align:left;flex-direction:column;gap:1rem;display:flex}.fi .bp__eyebrow{align-self:flex-start}.fi__author{align-items:center;gap:.7rem;display:flex}.fi__avatar{object-fit:cover;width:2.75rem;height:2.75rem;box-shadow:var(--shadow-soft);border-radius:50%}.fi__avatar--fallback{font-family:var(--serif);color:var(--terracotta-deep);background:linear-gradient(160deg, var(--bg-elev), var(--accent-bg));justify-content:center;align-items:center;font-size:1.2rem;display:flex}.fi__author-text{flex-direction:column;line-height:1.3;display:flex}.fi__author-text strong{color:var(--text-h);font-size:1.05rem}.fi__author-text small{color:var(--text-soft);font-size:.8rem}.fi__content{color:var(--text);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:1.05rem;line-height:1.6}.fi__spoiler{color:var(--text-soft);border:1px dashed var(--border);background:var(--bg-elev);border-radius:.8rem;margin:0;padding:.9rem 1.1rem;font-size:.95rem;font-style:italic}.fi__book{border:1px solid var(--border);background:var(--bg-elev);box-shadow:var(--shadow-soft);color:inherit;border-radius:.9rem;align-items:center;gap:.9rem;padding:.8rem 1rem;text-decoration:none;display:flex}.fi__book-cover{object-fit:cover;width:3.25rem;height:4.875rem;box-shadow:var(--shadow-soft);border-radius:.35rem;flex-shrink:0}.fi__book-cover--fallback{color:var(--text-soft);background:linear-gradient(160deg, var(--bg-elev), var(--accent-bg));justify-content:center;align-items:center;display:flex}.fi__book-cover--fallback svg{width:1.75rem;height:1.75rem}.fi__book-text{flex-direction:column;min-width:0;line-height:1.3;display:flex}.fi__book-text strong{color:var(--text-h);font-size:1rem}.fi__book-text small{color:var(--text-soft);font-size:.82rem}
