.author-featured-series__banner{position:relative;border-radius:8px;overflow:hidden;min-height:280px;display:flex;align-items:center;background:rgb(var(--color-base-background-3))}.author-featured-series__banner--has-image{min-height:360px}.author-featured-series__image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0}.author-featured-series__image{width:100%;height:100%;object-fit:cover}.author-featured-series__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#000000b3,#0006 60%,#0003)}.author-featured-series__content{position:relative;z-index:1;padding:2.4rem;max-width:60%;color:#fff}.author-featured-series__label{display:inline-block;font-family:var(--font-heading-family);font-size:1.1rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;opacity:.8;margin-bottom:.8rem}.author-featured-series__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2.8rem;line-height:1.15;margin:0 0 .6rem;color:#fff}.author-featured-series__genre{display:inline-block;font-size:1.3rem;opacity:.75;margin-bottom:1.2rem}.author-featured-series__blurb{font-size:1.4rem;line-height:1.6;opacity:.9;margin:0 0 2rem}.author-featured-series__cta{color:#fff;border-color:#fff}.author-featured-series__cta:hover{background:#ffffff26}.author-featured-series__banner:not(.author-featured-series__banner--has-image) .author-featured-series__content{max-width:80%;padding:3.2rem}@media screen and (max-width:749px){.author-featured-series__banner{min-height:240px}.author-featured-series__banner--has-image{min-height:300px}.author-featured-series__content{max-width:100%;padding:2rem}.author-featured-series__title{font-size:2.2rem}.author-featured-series__blurb{font-size:1.3rem}.author-featured-series__overlay{background:linear-gradient(to top,#000000bf,#0006,#00000026)}.author-featured-series__banner--has-image{align-items:flex-end}}@media screen and (min-width:990px){.author-featured-series__banner--has-image{min-height:420px}.author-featured-series__content{padding:4.8rem;max-width:55%}.author-featured-series__title{font-size:3.6rem}.author-featured-series__blurb{font-size:1.5rem}}.author-long-bio__inner{max-width:80rem;margin:0 auto}.author-long-bio__heading{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2.4rem;color:rgb(var(--color-foreground-title));margin:0 0 2rem}.author-long-bio__text{font-size:1.5rem;line-height:1.8;color:rgb(var(--color-foreground))}.author-long-bio__text br+br{display:block;content:"";margin-top:.8rem}@media screen and (max-width:749px){.author-long-bio__heading{font-size:2rem}.author-long-bio__text{font-size:1.4rem;line-height:1.7}}.author-new-release__inner{display:flex;gap:3.2rem;align-items:center;background:rgb(var(--color-base-background-2));border-radius:8px;padding:3.2rem;border:1px solid rgb(var(--color-border))}.author-new-release__image-col{flex:0 0 240px;position:relative}.author-new-release__image-link{display:block;position:relative}.author-new-release__image{width:100%;height:auto;border-radius:6px;transition:transform var(--duration-default) ease}.author-new-release__image-link:hover .author-new-release__image{transform:scale(1.02)}.author-new-release__badge{position:absolute;top:1rem;left:1rem;background:rgb(var(--color-badge-preorder-background));color:#fff;font-family:var(--font-heading-family);font-size:1.1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.4rem 1rem;border-radius:4px}.author-new-release__content-col{flex:1;min-width:0}.author-new-release__label{display:block;font-family:var(--font-heading-family);font-size:1.1rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:rgb(var(--color-foreground-secondary));margin-bottom:.6rem}.author-new-release__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2.4rem;margin:0 0 1.2rem;color:rgb(var(--color-foreground-title))}.author-new-release__title a{color:inherit;text-decoration:none}.author-new-release__title a:hover{color:rgb(var(--color-accent))}.author-new-release__description{font-size:1.4rem;line-height:1.6;color:rgb(var(--color-foreground));margin-bottom:1.6rem}.author-new-release__price{display:flex;align-items:center;gap:.8rem;margin-bottom:2rem}.author-new-release__price-compare{text-decoration:line-through;color:rgb(var(--color-foreground-secondary));font-size:1.4rem}.author-new-release__price-current{font-family:var(--font-heading-family);font-size:1.8rem;font-weight:600;color:rgb(var(--color-foreground-title))}.author-new-release__price-current--sale{color:rgb(var(--color-badge-sale-background, 220, 50, 50))}@media screen and (max-width:749px){.author-new-release__inner{flex-direction:column;text-align:center;padding:2rem;gap:2rem}.author-new-release__image-col{flex:none;width:60%;max-width:240px}.author-new-release__price{justify-content:center}.author-new-release__title{font-size:2rem}}.author-series-list__header{margin-bottom:2.4rem}.author-series-list__label{display:block;font-family:var(--font-heading-family);font-size:1.1rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:rgb(var(--color-foreground-secondary));margin-bottom:.4rem}.author-series-list__heading{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2.4rem;margin:0;color:rgb(var(--color-foreground-title))}.author-series-list__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.4rem}.author-series-list__grid--single{grid-template-columns:1fr;max-width:56rem}.author-series-list__card{display:flex;flex-direction:column;background:rgb(var(--color-base-background-2));border-radius:8px;overflow:hidden;border:1px solid rgb(var(--color-border));text-decoration:none;color:inherit;transition:box-shadow var(--duration-default) ease,transform var(--duration-default) ease}.author-series-list__card:hover{box-shadow:0 4px 20px #00000014;transform:translateY(-2px)}.author-series-list__card-image-wrapper{position:relative;aspect-ratio:16 / 9;overflow:hidden;background:rgb(var(--color-base-background-5))}.author-series-list__card-image{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-long) ease}.author-series-list__card:hover .author-series-list__card-image{transform:scale(1.04)}.author-series-list__card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem}.author-series-list__card-placeholder svg{width:60%;opacity:.3}.author-series-list__card-content{padding:2rem;flex:1;display:flex;flex-direction:column}.author-series-list__card-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.8rem;margin:0 0 .6rem;color:rgb(var(--color-foreground-title))}.author-series-list__card-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;font-size:1.2rem;color:rgb(var(--color-foreground-secondary));margin-bottom:1rem}.author-series-list__card-meta-sep{opacity:.5}.author-series-list__card-status--ongoing{color:rgb(var(--color-accent))}.author-series-list__card-status--completed{color:#40b66f}.author-series-list__card-blurb{font-size:1.3rem;line-height:1.6;color:rgb(var(--color-foreground));margin:0 0 1.6rem;flex:1}.author-series-list__card-link{font-family:var(--font-heading-family);font-size:1.3rem;font-weight:600;color:rgb(var(--color-accent));transition:gap var(--duration-default) ease}.author-series-list__card:hover .author-series-list__card-link{text-decoration:underline}@media screen and (min-width:750px){.author-series-list__grid--single .author-series-list__card{flex-direction:row}.author-series-list__grid--single .author-series-list__card-image-wrapper{flex:0 0 40%;aspect-ratio:auto;min-height:240px}.author-series-list__grid--single .author-series-list__card-content{padding:2.4rem;justify-content:center}}@media screen and (max-width:749px){.author-series-list__grid{grid-template-columns:1fr}.author-series-list__heading{font-size:2rem}}.author-footer-links__grid{display:grid;gap:2rem}.author-footer-links__grid--1{grid-template-columns:1fr;max-width:40rem;margin:0 auto}.author-footer-links__grid--2{grid-template-columns:repeat(2,1fr)}.author-footer-links__grid--3{grid-template-columns:repeat(3,1fr)}.author-footer-links__card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3.2rem 2rem;border-radius:8px;text-decoration:none;color:inherit;transition:box-shadow var(--duration-default) ease,transform var(--duration-default) ease}a.author-footer-links__card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.author-footer-links__card--website{background:rgb(var(--color-base-background-3));color:#fff}.author-footer-links__card--social{background:rgb(var(--color-base-background-2));border:1px solid rgb(var(--color-border))}.author-footer-links__card--genre{background:rgb(var(--color-base-background-5))}.author-footer-links__card-icon{margin-bottom:1.2rem;opacity:.85}.author-footer-links__card--website .author-footer-links__card-icon{opacity:.9}.author-footer-links__card-heading{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.8rem;margin:0 0 .6rem}.author-footer-links__card-text{font-size:1.3rem;line-height:1.5;opacity:.75;margin:0 0 1.6rem}.author-footer-links__card-action{font-family:var(--font-heading-family);font-size:1.3rem;font-weight:600;margin-top:auto}.author-footer-links__card--website .author-footer-links__card-action{color:#ffffffe6}.author-footer-links__social-icons{display:flex;gap:1.2rem;flex-wrap:wrap;justify-content:center;margin-top:auto}.author-footer-links__social-link{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background:rgb(var(--color-base-background-5));color:rgb(var(--color-foreground));transition:background var(--duration-default) ease,color var(--duration-default) ease}.author-footer-links__social-link:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-base-background-2))}@media screen and (max-width:749px){.author-footer-links__grid--2,.author-footer-links__grid--3{grid-template-columns:1fr}.author-footer-links__card{padding:2.4rem 1.6rem}}@media screen and (min-width:750px)and (max-width:989px){.author-footer-links__grid--3{grid-template-columns:repeat(2,1fr)}.author-footer-links__grid--3 .author-footer-links__card:last-child{grid-column:1 / -1;max-width:50%;margin:0 auto}}.author-all-books__header,.author-merchandise__header,.author-additional-products__header{margin-bottom:2.4rem}.author-all-books__label,.author-merchandise__label,.author-additional-products__label{display:block;font-family:var(--font-heading-family);font-size:1.1rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:rgb(var(--color-foreground-secondary));margin-bottom:.4rem}.author-all-books__heading,.author-merchandise__heading,.author-additional-products__heading{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2.4rem;margin:0;color:rgb(var(--color-foreground-title))}.author-all-books__grid,.author-merchandise__grid,.author-additional-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media screen and (min-width:750px){.author-all-books__grid,.author-additional-products__grid,.author-merchandise__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:990px){.author-all-books__grid,.author-merchandise__grid,.author-additional-products__grid{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:749px){.author-all-books__heading,.author-merchandise__heading,.author-additional-products__heading{font-size:2rem}}.author-merchandise__header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;flex-wrap:wrap}.author-merchandise__info-label{display:block;font-family:var(--font-heading-family);font-size:1rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--color-foreground-secondary));margin-bottom:.2rem}.author-merchandise__info-heading{font-family:var(--font-heading-family);font-size:1.6rem;font-weight:var(--font-heading-weight);margin:0;color:rgb(var(--color-foreground-title))}.author-merchandise__footer{text-align:center;margin-top:3.2rem}@media screen and (max-width:749px){.author-merchandise__header{flex-direction:column;align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/37/assets/section-author-pages.css.map */
