.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__subscribeGrid{align-items:center;gap:clamp(1.5rem,4vw,3rem);margin-top:.5rem;display:flex}.Home-module__g21JLG__subscribeText{flex:1;min-width:0}.Home-module__g21JLG__subscribeDescription{color:var(--text-muted);text-align:left;margin:0 0 1.75rem;font-size:1.2rem;line-height:1.8}.Home-module__g21JLG__subscribeCover{filter:drop-shadow(0 6px 12px #0003)drop-shadow(0 16px 32px #00000047)drop-shadow(0 28px 48px #0000002e);flex-shrink:0;width:min(100%,11rem);height:auto;transform:rotate(7deg)}.Home-module__g21JLG__subscribeFormContainer{flex-direction:column;align-items:flex-start;width:100%;display:flex}.Home-module__g21JLG__subscribeCta{margin-top:.25rem;margin-bottom:0}.Home-module__g21JLG__streetTeamFormContainer{max-width:32rem;margin:0 auto}.Home-module__g21JLG__streetTeamForm{flex-direction:column;gap:1.25rem;display:flex}.Home-module__g21JLG__formField label,.Home-module__g21JLG__formFieldset legend{color:var(--heading);margin-bottom:.5rem;font-weight:600;display:block}.Home-module__g21JLG__formField input[type=text],.Home-module__g21JLG__formField input[type=email]{width:100%;font-family:var(--font-body);letter-spacing:var(--body-tracking);color:var(--text);background:var(--bg);border:1px solid var(--btn-border);border-radius:2px;padding:.75rem .85rem;font-size:1rem}.Home-module__g21JLG__formField input:focus{outline:2px solid color-mix(in srgb, var(--accent) 45%, transparent);outline-offset:1px}.Home-module__g21JLG__formFieldset{border:none;margin:0;padding:0}.Home-module__g21JLG__checkboxGroup{flex-direction:column;gap:.65rem;display:flex}.Home-module__g21JLG__checkboxLabel{color:var(--text-muted);cursor:pointer;align-items:center;gap:.6rem;font-weight:500;display:flex}.Home-module__g21JLG__checkboxLabel input{width:1.1rem;height:1.1rem;accent-color:var(--accent);cursor:pointer}.Home-module__g21JLG__streetTeamForm .Home-module__g21JLG__btn{align-self:flex-start;margin-bottom:0}.Home-module__g21JLG__streetTeamForm .Home-module__g21JLG__btn:disabled{opacity:.65;cursor:not-allowed}.Home-module__g21JLG__formSuccess{text-align:center;color:var(--heading);max-width:28rem;margin:0 auto;font-size:1.15rem;line-height:1.7}.Home-module__g21JLG__formError{color:var(--accent);margin:0;font-size:.95rem}.Home-module__g21JLG__hiddenField{height:0;position:absolute;left:-9999px;overflow:hidden}@media (max-width:768px){.Home-module__g21JLG__nav{flex-direction:column;gap:1rem;padding:1rem}.Home-module__g21JLG__navLinks{gap:1rem;font-size:.9rem}.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__subscribeGrid{flex-direction:column-reverse;align-items:center}.Home-module__g21JLG__subscribeDescription{text-align:center}.Home-module__g21JLG__subscribeFormContainer{align-items:center}.Home-module__g21JLG__subscribeCover{width:min(50%,9.5rem)}.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)}}
.Works-module__Cnx9PG__worksMain{flex:1}.Works-module__Cnx9PG__releasesSection{padding-top:3rem}.Works-module__Cnx9PG__wipSection{padding-bottom:2rem}.Works-module__Cnx9PG__subsectionTitle{font-family:var(--font-display);text-align:center;color:var(--heading);margin:0 0 1rem;font-size:2.25rem;font-weight:700}.Works-module__Cnx9PG__placeholderText{color:var(--text-muted);text-align:center;max-width:42rem;margin:0 auto;font-size:1.1rem;line-height:1.85}.Works-module__Cnx9PG__projectScifi,.Works-module__Cnx9PG__projectFantasy{background:var(--bg);width:100%;color:var(--text);font-family:var(--font-body);letter-spacing:var(--body-tracking);border-top:3px solid var(--accent);padding:3rem clamp(1.5rem,4vw,3.5rem) 3.5rem}.Works-module__Cnx9PG__projectInner{max-width:72rem;margin:0 auto}.Works-module__Cnx9PG__projectTitle{font-family:var(--font-display);text-align:center;color:var(--heading);margin:0 0 2rem;font-size:1.85rem;font-weight:700}.Works-module__Cnx9PG__projectBody{max-width:42rem;margin:0 auto}.Works-module__Cnx9PG__projectFantasy .Works-module__Cnx9PG__projectBody{width:100%;max-width:none}.Works-module__Cnx9PG__projectBody p,.Works-module__Cnx9PG__mattWilsonBody p{color:var(--text-muted);margin:0 0 1.25rem;font-size:1.08rem;line-height:1.85}.Works-module__Cnx9PG__mattWilsonBody{flex-direction:column;gap:2.5rem;display:flex}.Works-module__Cnx9PG__mattWilsonRow{align-items:flex-start;gap:clamp(1.25rem,3vw,2rem);display:flex}.Works-module__Cnx9PG__rowFigureRight{flex-direction:row-reverse}.Works-module__Cnx9PG__rowText{flex:1;min-width:0}.Works-module__Cnx9PG__rowText p:last-child{margin-bottom:0}.Works-module__Cnx9PG__conceptArt{filter:drop-shadow(0 10px 28px #00000073);flex-shrink:0;height:auto;display:block}.Works-module__Cnx9PG__mattArt{width:clamp(10rem,24vw,16rem)}.Works-module__Cnx9PG__kazhariArt,.Works-module__Cnx9PG__selarianArt{width:clamp(6.5rem,14vw,9.5rem)}.Works-module__Cnx9PG__selarianArt{margin-top:-3rem}.Works-module__Cnx9PG__homeLink{color:var(--accent);margin-left:.35rem;font-weight:600}.Works-module__Cnx9PG__homeLink:hover{color:var(--accent-hover)}@media (max-width:768px){.Works-module__Cnx9PG__releasesSection{padding-top:2rem}.Works-module__Cnx9PG__subsectionTitle{font-size:1.85rem}.Works-module__Cnx9PG__projectScifi,.Works-module__Cnx9PG__projectFantasy{padding:2.25rem 1.25rem 2.75rem}.Works-module__Cnx9PG__mattWilsonRow,.Works-module__Cnx9PG__rowFigureRight{flex-direction:column;align-items:center}.Works-module__Cnx9PG__mattArt{width:min(65%,14rem)}.Works-module__Cnx9PG__kazhariArt,.Works-module__Cnx9PG__selarianArt{width:min(55%,10rem);margin-top:0}.Works-module__Cnx9PG__rowText{width:100%}}
