.Home-module__g21JLG__container{background:var(--bg);min-height:100vh;color:var(--text);font-family:var(--font-body);letter-spacing:var(--body-tracking);flex-direction:column;max-width:100%;transition:background-color .35s,color .35s;display:flex;overflow-x:hidden}.Home-module__g21JLG__siteHeader{background:var(--bg);overflow:hidden visible}.Home-module__g21JLG__navBar{z-index:100;background:var(--nav-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--nav-border);position:sticky;top:0;box-shadow:0 4px 20px #0000000f}.Home-module__g21JLG__nav{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;margin:0 auto;padding:1rem 2.5rem 1.25rem;display:flex}.Home-module__g21JLG__logo{font-family:var(--font-display);color:var(--logo);letter-spacing:.02em;font-size:1.75rem;font-weight:700}.Home-module__g21JLG__logo:hover{color:var(--logo-hover)}.Home-module__g21JLG__navLinks{gap:1.75rem;margin:0;padding:0;font-size:1rem;list-style:none;display:flex}.Home-module__g21JLG__navLinks li a{color:var(--link);border-bottom:1px solid #0000;padding-bottom:2px;font-weight:500;transition:color .2s}.Home-module__g21JLG__navLinks li a:hover{color:var(--accent);border-bottom-color:color-mix(in srgb, var(--accent) 35%, transparent)}.Home-module__g21JLG__genreBannerWrap{z-index:1;width:100%;position:relative;overflow:hidden}.Home-module__g21JLG__genreBanner{--wipe:50%;background:var(--banner-bg);cursor:ew-resize;-webkit-user-select:none;user-select:none;touch-action:pan-y;height:170px;transition:background-color .35s;position:relative;overflow:visible}.Home-module__g21JLG__bannerBg{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.Home-module__g21JLG__bannerBgScifi,.Home-module__g21JLG__bannerBgFantasy{background-position:bottom;background-repeat:no-repeat;background-size:cover;transition:clip-path .28s;position:absolute;inset:0}.Home-module__g21JLG__genreBannerDragging .Home-module__g21JLG__bannerBgScifi,.Home-module__g21JLG__genreBannerDragging .Home-module__g21JLG__bannerBgFantasy{transition:none}.Home-module__g21JLG__bannerBgScifi{clip-path:inset(0 0 0 var(--wipe));background-image:url(/scifibackground.png)}.Home-module__g21JLG__bannerBgFantasy{clip-path:inset(0 calc(100% - var(--wipe)) 0 0);background-image:url(/fantasybackground.png)}.Home-module__g21JLG__genreGroup{z-index:2;pointer-events:none;justify-content:center;align-items:center;gap:10px;height:170px;transition:left .28s;display:flex;position:absolute;top:50%;transform:translate(-50%,-50%)}.Home-module__g21JLG__genreGroupDragging{transition:none}.Home-module__g21JLG__figure{object-fit:contain;object-position:center;flex-shrink:0;width:clamp(6.5rem,18vw,11.5rem);height:auto;max-height:none;display:block;transform:scale(1.15)}.Home-module__g21JLG__genreBarStrip{--door-blend:.5;z-index:1;border-radius:2px;flex-shrink:0;align-self:stretch;width:2.25rem;height:100%;position:relative;overflow:hidden;box-shadow:0 0 0 1px #0003,0 4px 18px #0000002e}.Home-module__g21JLG__doorScifi,.Home-module__g21JLG__doorTavernFace{background-position:50%;background-repeat:no-repeat;background-size:cover}.Home-module__g21JLG__doorScifi{background-image:url(/scifidoor.png);position:absolute;inset:0}.Home-module__g21JLG__doorTavern{width:calc(var(--door-blend) * 100%);z-index:1;position:absolute;top:0;bottom:0;left:0;overflow:hidden}.Home-module__g21JLG__doorTavernFace{background-image:url(/taverndoor.png);width:2.25rem;height:100%}.Home-module__g21JLG__mobileThemeControls{justify-content:center;gap:.75rem;margin-top:.85rem;display:none}.Home-module__g21JLG__themeStepBtn{border:1px solid color-mix(in srgb, var(--accent) 50%, transparent);background:color-mix(in srgb, var(--bg) 85%, transparent);width:2.5rem;height:2.5rem;color:var(--heading);cursor:pointer;border-radius:2px;font-size:1.1rem}.Home-module__g21JLG__themeStepBtn:disabled{opacity:.35;cursor:not-allowed}.Home-module__g21JLG__section{background-color:var(--bg);padding:2rem 2rem 5rem;transition:background-color .35s}.Home-module__g21JLG__section:nth-of-type(2n){background-color:var(--bg-alt)}.Home-module__g21JLG__content{max-width:1200px;margin:0 auto}.Home-module__g21JLG__sectionTitle{font-family:var(--font-display);text-align:center;color:var(--heading);margin:0 0 1rem;font-size:2.75rem;font-weight:700}.Home-module__g21JLG__sectionTitleDivider{background:linear-gradient(90deg, transparent, var(--divider), transparent);width:min(12rem,50%);height:2px;margin:0 auto 1.5rem}.Home-module__g21JLG__aboutGrid{align-items:center;gap:2rem;display:flex}.Home-module__g21JLG__aboutImageContainer{justify-content:center;align-items:center;display:flex}.Home-module__g21JLG__aboutImage{width:min(100%,500px);box-shadow:0 12px 40px var(--image-shadow);border:1px solid var(--image-border);border-radius:10px}.Home-module__g21JLG__aboutText{width:80%;color:var(--text-muted);text-align:center;font-size:1.1rem;line-height:1.85}.Home-module__g21JLG__aboutText p{margin-bottom:1.5rem}.Home-module__g21JLG__booksGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.Home-module__g21JLG__bookCard{background:#fff;border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 20px #00000014}.Home-module__g21JLG__bookCard:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}.Home-module__g21JLG__bookCover{aspect-ratio:2/3;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;width:100%;margin-bottom:1.5rem}.Home-module__g21JLG__bookCard h3{color:#1a1a1a;margin:0 0 1rem;font-size:1.5rem;font-weight:600}.Home-module__g21JLG__bookCard p{color:#666;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.Home-module__g21JLG__btn{color:var(--accent);font-weight:600;font-family:var(--font-body);letter-spacing:var(--body-tracking);border:1px solid var(--btn-border);cursor:pointer;background:0 0;border-radius:2px;margin-bottom:2rem;padding:.75rem 1.5rem;transition:color .2s,border-color .2s;display:inline-block}.Home-module__g21JLG__btn:hover{color:var(--accent-hover);border-color:var(--accent)}.Home-module__g21JLG__contactText{text-align:center;color:var(--text-muted);max-width:80%;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.2rem;line-height:1.8}.Home-module__g21JLG__contactInfo{text-align:center;max-width:600px;margin:0 auto}.Home-module__g21JLG__contactInfo p{color:var(--heading);margin-bottom:1rem;font-size:1.1rem}.Home-module__g21JLG__socialLinks{justify-content:center;gap:2rem;margin-top:2rem;display:flex}.Home-module__g21JLG__socialLinks a{color:var(--accent);font-weight:600;transition:color .2s}.Home-module__g21JLG__socialLinks a:hover{color:var(--accent-hover)}.Home-module__g21JLG__footer{background:var(--footer-bg);color:var(--footer-text);text-align:center;margin-top:auto;padding:2rem;transition:background-color .35s,color .35s}.Home-module__g21JLG__footer p{color:var(--footer-text);margin:0;font-size:.95rem}.Home-module__g21JLG__subscribeFormContainer{flex-direction:column;align-items:center;width:100%;display:flex}.Home-module__g21JLG__subscribeCta{margin-top:.25rem}@media (max-width:768px){.Home-module__g21JLG__nav{flex-direction:column;gap:1rem;padding:1rem}.Home-module__g21JLG__navLinks{gap:1rem}.Home-module__g21JLG__genreBanner{cursor:default;height:90px}.Home-module__g21JLG__genreGroup{gap:8px;height:90px}.Home-module__g21JLG__mobileThemeControls{display:flex}.Home-module__g21JLG__figure{width:clamp(5rem,28vw,8rem)}.Home-module__g21JLG__aboutGrid{flex-direction:column}.Home-module__g21JLG__aboutText{width:100%}.Home-module__g21JLG__section{padding:1rem 1.5rem 2rem}.Home-module__g21JLG__sectionTitle{font-size:2rem}.Home-module__g21JLG__booksGrid{grid-template-columns:1fr}.Home-module__g21JLG__socialLinks{flex-direction:column;gap:1rem}}@media (max-width:480px){.Home-module__g21JLG__sectionTitle{font-size:1.75rem}.Home-module__g21JLG__figure{width:clamp(4.25rem,30vw,6.5rem)}}
