:root{--color-bg: #1a1512;--color-bg-elevated: #241e1a;--color-surface: #2e2620;--color-border: #3d332b;--color-text: #f4e8dc;--color-text-muted: #c9b8a8;--color-accent: #c45c26;--color-accent-soft: #e88a52;--color-ink: #0f0c0a;--font-serif: "Crimson Pro", "Georgia", serif;--font-sans: "DM Sans", system-ui, sans-serif;--radius: 12px;--radius-sm: 8px;--shadow: 0 12px 40px rgba(0, 0, 0, .35);--max-width: 1100px;--header-h: 4.25rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font-sans);font-size:1.05rem;line-height:1.6;color:var(--color-text);background:radial-gradient(ellipse 120% 80% at 50% -20%,#3a2418 0%,transparent 55%),var(--color-bg);background-attachment:fixed}#root{min-height:100vh}code{font-family:ui-monospace,Cascadia Code,Source Code Pro,monospace;font-size:.9em;background:var(--color-surface);padding:.15em .4em;border-radius:4px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.layout{min-height:100vh;display:flex;flex-direction:column}.site-header{position:sticky;top:0;z-index:40;background:color-mix(in srgb,var(--color-bg) 88%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border)}.site-header__inner{position:relative;max-width:var(--max-width);margin:0 auto;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--header-h)}.logo{display:flex;align-items:center;text-decoration:none;color:var(--color-text);flex-shrink:0;width:fit-content;height:58px}.logo__mark{display:block;height:100%;width:100%;max-width:min(152px,44vw);object-fit:contain;object-position:left center}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:2.75rem;height:2.75rem;padding:0;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);cursor:pointer}.nav-toggle__bar{display:block;height:2px;width:1.25rem;margin:0 auto;background:var(--color-text);border-radius:1px}@media(min-width:768px){.nav-toggle{display:none}}.primary-nav{display:none;flex-direction:column;gap:.25rem;position:absolute;left:0;right:0;top:100%;padding:.75rem 1.25rem 1rem;background:var(--color-bg-elevated);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow)}.primary-nav--open{display:flex}@media(min-width:768px){.primary-nav{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end;position:static;padding:0;background:transparent;border:none;box-shadow:none;gap:.35rem}}.primary-nav__link{color:var(--color-text-muted);text-decoration:none;font-weight:600;font-size:.95rem;padding:.5rem .65rem;border-radius:var(--radius-sm);transition:color .15s,background .15s}.primary-nav__link:hover{color:var(--color-text);background:var(--color-surface)}.primary-nav__link--active{color:var(--color-text);background:var(--color-surface);box-shadow:inset 0 0 0 1px var(--color-border)}.site-main{flex:1;width:100%}.site-footer{margin-top:auto;padding:2rem 1.25rem;border-top:1px solid var(--color-border);background:var(--color-ink);text-align:center;font-size:.9rem;color:var(--color-text-muted)}.site-footer__note{margin:0 0 .5rem;max-width:36rem;margin-left:auto;margin-right:auto}.site-footer__copy{margin:0;opacity:.85}.eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;font-weight:600;color:var(--color-accent-soft);margin:0 0 .35rem}.hero{padding:3rem 1.25rem 3.5rem}.hero__inner{max-width:var(--max-width);margin:0 auto}.hero__logo{display:block;width:100%;max-width:min(480px,92vw);height:auto;margin:0 0 1rem;border-radius:var(--radius);filter:drop-shadow(0 10px 28px rgba(0,0,0,.45))}.hero__tagline{font-family:var(--font-serif);font-size:1.35rem;font-style:italic;color:var(--color-text-muted);margin:0 0 1rem;max-width:32rem}.hero__pitch{margin:0 0 1.75rem;max-width:40rem;color:var(--color-text-muted)}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.15rem;font-family:var(--font-sans);font-weight:600;font-size:.95rem;text-decoration:none;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;transition:transform .12s,box-shadow .12s,background .12s}.button:active{transform:translateY(1px)}.button--primary{background:linear-gradient(135deg,var(--color-accent) 0%,#a34a1e 100%);color:#fff;box-shadow:0 4px 20px #c45c2659}.button--primary:hover{box-shadow:0 6px 28px #c45c2673}.button--ghost{background:transparent;color:var(--color-text);border-color:var(--color-border)}.button--ghost:hover{background:var(--color-surface)}.text-link{color:var(--color-accent-soft);font-weight:600;text-decoration:none}.text-link:hover{text-decoration:underline}.section{padding:2.5rem 1.25rem}.section--muted{background:color-mix(in srgb,var(--color-bg-elevated) 92%,transparent);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.section__inner{max-width:var(--max-width);margin:0 auto}.section__title{font-family:var(--font-serif);font-size:1.75rem;margin:0 0 1.25rem}.section__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:1.25rem}.section__head .section__title{margin:0}.feature-card{display:grid;gap:1.5rem;padding:1.5rem;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow)}@media(min-width:768px){.feature-card{grid-template-columns:1fr minmax(180px,240px);align-items:center;padding:2rem}}.feature-card__title{font-family:var(--font-serif);font-size:1.5rem;margin:0 0 .5rem}.feature-card__text{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.5rem 1.25rem;margin:0 0 1rem;color:var(--color-text-muted)}.feature-card__text-copy{flex:1 1 12rem;min-width:min(100%,14rem)}.feature-card__read{flex:0 0 auto;font-weight:700}.feature-card__links{margin:0}.feature-card__art{display:flex;justify-content:center}.placeholder-cover{width:100%;max-width:220px;aspect-ratio:2 / 3;border-radius:var(--radius-sm);background:linear-gradient(145deg,var(--color-surface) 0%,#1a120e 50%,var(--color-accent) 160%);border:1px solid var(--color-border);box-shadow:inset 0 0 0 1px #ffffff0a}.placeholder-cover--sm{max-width:120px}.news-teaser-list{list-style:none;margin:0;padding:0;display:grid;gap:1.25rem}@media(min-width:700px){.news-teaser-list{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.news-teaser{padding:1.25rem;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius)}.news-teaser__date{display:block;font-size:.85rem;color:var(--color-text-muted);margin-bottom:.35rem}.news-teaser__title{font-family:var(--font-serif);font-size:1.15rem;margin:0 0 .5rem;line-height:1.3}.news-teaser__excerpt{margin:0 0 .75rem;font-size:.95rem;color:var(--color-text-muted)}.page{max-width:var(--max-width);margin:0 auto;padding:2rem 1.25rem 3.5rem}.page__header{margin-bottom:2rem}.page__title{font-family:var(--font-serif);font-size:clamp(1.85rem,4vw,2.35rem);margin:0 0 .5rem}.page__lede{margin:0;max-width:40rem;color:var(--color-text-muted)}.breadcrumb{font-size:.9rem;margin-bottom:1.25rem;color:var(--color-text-muted)}.breadcrumb a{color:var(--color-accent-soft);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.book-grid{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}.book-card{display:grid;gap:1rem;grid-template-columns:auto 1fr;padding:1.25rem;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius);align-items:start}.book-card__cover{flex-shrink:0}.book-card__title{font-family:var(--font-serif);font-size:1.25rem;margin:0 0 .35rem}.book-card__status{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .5rem}.book-card__status--published{color:#7ecf9b}.book-card__status--coming_soon{color:var(--color-accent-soft)}.book-card__status--in_progress{color:#9db7e8}.book-card__blurb{margin:0;color:var(--color-text-muted)}.book-card__blurb--with-read{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.35rem 1rem}.book-card__blurb-text{flex:1 1 14rem;min-width:min(100%,12rem)}.book-card__read{flex:0 0 auto;font-weight:700}.book-page__crumb{margin-bottom:1.25rem}.book-page__sheet{max-width:38rem;margin:0 auto;padding:2rem 1.5rem 2.5rem;background:linear-gradient(180deg,#f7f0e4,#efe6d8);color:#1c1917;border-radius:var(--radius);border:1px solid var(--color-border);box-shadow:inset 0 1px #ffffffa6,var(--shadow)}.book-page__sheet--sample{max-width:min(52rem,100%);padding:1.25rem 1.25rem 1.5rem}.book-page__sheet--sample .book-page__header{margin-bottom:1rem;padding-bottom:.75rem}.book-page__sheet--sample .book-page__footer{margin-top:1rem;padding-top:1rem}.book-page__header{text-align:center;margin-bottom:1.75rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(28,25,23,.12)}.book-page__book-title{font-family:var(--font-serif);font-size:.95rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#57534e;margin:0 0 .5rem}.book-page__chapter{font-family:var(--font-sans);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:#78716c;margin:0 0 .65rem}.book-page__story-title{font-family:var(--font-serif);font-size:clamp(1.65rem,4vw,2rem);font-weight:700;font-style:italic;margin:0;color:#1c1917;text-transform:capitalize}.book-page__body{font-family:var(--font-serif);font-size:1.125rem;line-height:1.75;text-align:left}.book-page__para{margin:0 0 1rem;text-indent:0}.book-page__para--opening:first-letter{float:left;font-size:3.25rem;line-height:.85;font-weight:700;padding-right:.12em;margin-top:.06em;color:#9a3412}.book-page__page-num{text-align:center;font-family:var(--font-serif);font-size:.95rem;color:#78716c;margin:1.75rem 0 0}.book-page__footer{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(28,25,23,.1)}.book-page__footer .button--ghost{color:#1c1917;border-color:#1c191759}.book-page__footer .button--ghost:hover{background:#1c191714;color:#1c1917}.book-page__sample{margin:0}.book-page__sample img{width:auto;max-width:100%;max-height:calc(100svh - var(--header-h) - 11.25rem);height:auto;margin-inline:auto;display:block;object-fit:contain;border-radius:var(--radius-sm);border:1px solid rgba(28,25,23,.12)}.lore-stack{display:flex;flex-direction:column;gap:1.5rem}.lore-block{padding:1.5rem;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius)}.lore-block__title{font-family:var(--font-serif);font-size:1.35rem;margin:0 0 .65rem}.lore-block__body{margin:0;color:var(--color-text-muted)}.character-grid{list-style:none;margin:0;padding:0;display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:600px){.character-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.character-grid{grid-template-columns:repeat(3,1fr)}}.character-card{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;transition:border-color .15s,transform .15s}.character-card:hover{border-color:var(--color-accent);transform:translateY(-2px)}.character-card__portrait{display:flex;align-items:flex-end;justify-content:center;aspect-ratio:1;width:100%;min-height:0;padding:clamp(.35rem,2.5vw,.75rem);box-sizing:border-box;background:var(--color-bg-elevated)}.character-card__portrait img{flex:0 1 auto;max-width:100%;max-height:100%;width:auto;height:auto;display:block;object-fit:contain;object-position:center bottom}.character-card__portrait>.placeholder-portrait{flex:1 1 auto;align-self:stretch;width:100%;min-height:0;aspect-ratio:unset}.placeholder-portrait{width:100%;aspect-ratio:1;background:linear-gradient(160deg,var(--color-surface),#120d0a 70%,var(--color-accent-soft) 200%)}.placeholder-portrait--lg{max-width:280px;border-radius:var(--radius);border:1px solid var(--color-border)}.character-card__body{padding:1rem 1.15rem 1.25rem}.character-card__name{font-family:var(--font-serif);font-size:1.2rem;margin:0 0 .25rem}.character-card__tagline{margin:0 0 .75rem;font-size:.95rem;color:var(--color-text-muted)}.character-detail{display:grid;gap:2rem}@media(min-width:768px){.character-detail{grid-template-columns:minmax(200px,280px) 1fr;align-items:start}}.character-detail__img{width:100%;height:auto;max-width:280px;border-radius:var(--radius);border:1px solid var(--color-border);display:block;object-fit:contain;background:var(--color-bg-elevated)}.character-detail__title{font-family:var(--font-serif);font-size:clamp(1.75rem,3vw,2.25rem);margin:0 0 .35rem}.character-detail__tagline{font-style:italic;color:var(--color-text-muted);margin:0 0 1.25rem;font-size:1.1rem}.character-detail__bio p{margin:0 0 1rem;color:var(--color-text-muted)}.character-detail__bio p:last-child{margin-bottom:1.5rem}.news-archive{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2rem}.news-article{scroll-margin-top:calc(var(--header-h) + 1rem);padding-bottom:2rem;border-bottom:1px solid var(--color-border)}.news-archive li:last-child .news-article{border-bottom:none;padding-bottom:0}.news-article__date{display:block;font-size:.9rem;color:var(--color-text-muted);margin-bottom:.35rem}.news-article__title{font-family:var(--font-serif);font-size:1.5rem;margin:0 0 .75rem;line-height:1.25}.news-article__body p{margin:0 0 .75rem;color:var(--color-text-muted)}.world-map{margin:0 0 2rem}.world-map img{width:100%;max-width:56rem;margin-inline:auto;display:block;border-radius:var(--radius);border:1px solid var(--color-border)}.author-block{display:grid;gap:1.5rem;align-items:start}@media(min-width:640px){.author-block{grid-template-columns:minmax(200px,260px) 1fr}}.author-block__photo{display:flex;flex-direction:column;gap:1rem}.author-block__photo>img{width:100%;border-radius:var(--radius);border:1px solid var(--color-border);display:block}.author-page__accent{margin:0;text-align:center}.author-page__accent img{max-width:14rem;width:100%;height:auto;margin-inline:auto;display:block;border-radius:var(--radius)}.author-block__photo .author-page__accent img{border:none}.author-block__name{font-family:var(--font-serif);font-size:1.5rem;margin:0 0 1rem}.author-block__body p{margin:0 0 1rem;color:var(--color-text-muted)}.link-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.link-card{display:flex;flex-direction:column;gap:.35rem;padding:1.15rem 1.25rem;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius);text-decoration:none;color:inherit;transition:border-color .15s}.link-card:hover{border-color:var(--color-accent)}.link-card__label{font-weight:700;font-size:1.05rem;color:var(--color-accent-soft)}.link-card__desc{font-size:.95rem;color:var(--color-text-muted)}.site-gate{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem 1.25rem 2.5rem;background:radial-gradient(ellipse 100% 70% at 50% -15%,rgba(196,92,38,.22) 0%,transparent 55%),radial-gradient(ellipse 80% 50% at 80% 100%,rgba(60,40,28,.5) 0%,transparent 45%),var(--color-bg);background-attachment:fixed}.site-gate__panel{position:relative;width:100%;max-width:26rem;padding:2rem 1.75rem 1.75rem;background:linear-gradient(145deg,color-mix(in srgb,var(--color-bg-elevated) 92%,var(--color-accent)) 0%,var(--color-bg-elevated) 45%,var(--color-surface) 100%);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow),0 0 0 1px #e88a5214 inset;text-align:center}.site-gate__panel--shake{animation:site-gate-shake .45s ease}@keyframes site-gate-shake{0%,to{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(8px)}60%{transform:translate(-5px)}80%{transform:translate(5px)}}.site-gate__ember{position:absolute;top:-1px;left:50%;transform:translate(-50%);width:3.5rem;height:3px;border-radius:0 0 6px 6px;background:linear-gradient(90deg,transparent,var(--color-accent-soft),var(--color-accent),transparent);opacity:.9;pointer-events:none}.site-gate__logo{display:block;width:min(220px,72vw);height:auto;margin:0 auto .35rem;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(0,0,0,.35))}.site-gate__series{font-family:var(--font-serif);font-size:.95rem;font-weight:600;letter-spacing:.04em;color:var(--color-accent-soft);margin:0 0 1.25rem}.site-gate__title{font-family:var(--font-serif);font-size:1.45rem;font-weight:700;line-height:1.25;margin:0 0 .75rem;color:var(--color-text)}.site-gate__lede{font-size:.95rem;line-height:1.55;color:var(--color-text-muted);margin:0 0 1.5rem;text-align:left}.site-gate__form{display:flex;flex-direction:column;gap:.5rem;text-align:left}.site-gate__label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted)}.site-gate__input{width:100%;padding:.75rem .9rem;font-family:var(--font-sans);font-size:1rem;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);outline:none;transition:border-color .15s,box-shadow .15s}.site-gate__input::placeholder{color:color-mix(in srgb,var(--color-text-muted) 65%,transparent)}.site-gate__input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-accent) 25%,transparent)}.site-gate__input[aria-invalid=true]{border-color:#a84830}.site-gate__err{font-size:.88rem;color:#e8a090;margin:.15rem 0 0;min-height:1.25rem}.site-gate__submit{margin-top:.35rem;padding:.8rem 1.25rem;font-family:var(--font-sans);font-size:1rem;font-weight:700;color:var(--color-ink);background:linear-gradient(180deg,var(--color-accent-soft) 0%,var(--color-accent) 100%);border:none;border-radius:var(--radius-sm);cursor:pointer;transition:filter .15s,transform .08s}.site-gate__submit:hover{filter:brightness(1.06)}.site-gate__submit:active{transform:scale(.98)}.site-gate__hint{margin:1.5rem 0 0;font-size:.8rem;font-style:italic;color:color-mix(in srgb,var(--color-text-muted) 85%,transparent);display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.site-gate__paw{color:var(--color-accent);font-size:.55rem;opacity:.75}
