html:has(.author-hero),body:has(.author-hero){overflow-x:hidden!important}.author-hero{position:relative;min-height:100svh;background:var(--hero-bg-color, #000000);color:#f5e6d3;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:visible;width:100%;max-width:100%}.author-hero:after{content:"";position:absolute;bottom:0;left:-10vw;right:-10vw;width:120vw;height:42%;background:var(--hero-bg-after-color, #F5E6D3);z-index:0;pointer-events:none}.author-hero-background{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hero-bg-color, #000000);z-index:0;overflow:hidden}.author-hero-background:after{display:none}.author-hero-container{position:relative;z-index:1;width:100%;max-width:100%;margin:0 auto;display:flex;flex-direction:column;min-height:calc(100svh - var(--header-offset, 80px));overflow-x:hidden;overflow-y:visible;justify-content:flex-start;padding-bottom:0;box-sizing:border-box}.author-hero-floating-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;visibility:hidden;transform:translateY(-100%);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;border-bottom:1px solid rgba(245,230,211,.1)}.author-hero-floating-header--visible{opacity:1;visibility:visible;transform:translateY(0)}.author-hero-floating-header-content{display:flex;align-items:center;justify-content:space-between;padding:.75rem 2rem;max-width:100%}.author-hero-floating-menu-toggle{background:none;border:none;padding:.5rem;min-width:44px;min-height:44px;cursor:pointer;color:var(--hero-headline-color, #F5E6D3);z-index:1001;display:flex;align-items:center;justify-content:center}.author-hero-floating-menu-icon{display:flex;flex-direction:column;gap:4px;width:20px;height:15px}.author-hero-floating-menu-icon span{display:block;width:100%;height:2px;background-color:currentColor;transition:all .3s ease;transform-origin:center}.author-hero-floating-menu-toggle[aria-expanded=true] .author-hero-floating-menu-icon span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.author-hero-floating-menu-toggle[aria-expanded=true] .author-hero-floating-menu-icon span:nth-child(2){opacity:0}.author-hero-floating-menu-toggle[aria-expanded=true] .author-hero-floating-menu-icon span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.author-hero-floating-center{display:flex;align-items:center;gap:.75rem;flex:1;justify-content:center;flex-wrap:wrap}.author-hero-floating-name{font-family:var(--font-heading-family, serif);font-size:.9375rem;font-weight:400;color:var(--hero-headline-color, #F5E6D3);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.author-hero-floating-tagline{font-size:.6875rem;color:var(--hero-tagline-color, #F5E6D3);font-weight:300;letter-spacing:.02em;white-space:nowrap}.author-hero-floating-badge{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--hero-badge-bg-color, rgba(212, 175, 55, .1));border:1px solid var(--hero-badge-border-color, #D4AF37);padding:4px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.author-hero-floating-badge img{width:100%;height:100%;object-fit:cover;border-radius:50%}.author-hero-floating-spacer{width:40px;visibility:hidden}.author-hero-floating-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000fa;z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;overflow-y:auto}.author-hero-floating-menu-overlay[data-menu-open=true]{opacity:1;visibility:visible}.author-hero-floating-menu-nav{display:flex;align-items:center;justify-content:center;min-height:100svh;padding:8rem 2rem 4rem}.author-hero-floating-menu-list{list-style:none;margin:0;padding:0;text-align:center}.author-hero-floating-menu-item{margin-bottom:2rem}.author-hero-floating-menu-link{font-size:2rem;font-weight:400;color:var(--hero-headline-color, #F5E6D3);text-decoration:none;transition:color .2s ease;display:block;padding:.5rem 0;font-family:var(--font-heading-family, serif);letter-spacing:.05em}.author-hero-floating-menu-link:hover,.author-hero-floating-menu-link.active{color:var(--hero-button-primary-bg, #D4AF37)}.author-hero-floating-submenu{list-style:none;margin:1rem 0 0;padding:0}.author-hero-floating-submenu-link{font-size:1.25rem;color:var(--hero-headline-color, #F5E6D3);text-decoration:none;transition:color .2s ease;display:block;padding:.5rem 0;opacity:.8}.author-hero-floating-submenu-link:hover,.author-hero-floating-submenu-link.active{color:var(--hero-button-primary-bg, #D4AF37);opacity:1}.author-hero-floating-menu-close{position:absolute;top:2rem;right:2rem;background:none;border:none;color:var(--hero-headline-color, #F5E6D3);cursor:pointer;padding:.5rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;z-index:10000}.author-hero-floating-menu-close:hover{color:var(--hero-button-primary-bg, #D4AF37)}.author-hero-floating-menu-close svg{width:24px;height:24px}.author-hero-top-menu-toggle{position:absolute;top:2rem;left:2rem;background:none;border:none;padding:.5rem;min-width:44px;min-height:44px;cursor:pointer;color:var(--hero-headline-color, #F5E6D3);z-index:11;display:flex;align-items:center;justify-content:center}.author-hero-top-menu-icon{display:flex;flex-direction:column;gap:4px;width:24px;height:18px}.author-hero-top-menu-icon span{display:block;width:100%;height:2px;background-color:currentColor;transition:all .3s ease;transform-origin:center}.author-hero-top-menu-toggle[aria-expanded=true] .author-hero-top-menu-icon span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.author-hero-top-menu-toggle[aria-expanded=true] .author-hero-top-menu-icon span:nth-child(2){opacity:0}.author-hero-top-menu-toggle[aria-expanded=true] .author-hero-top-menu-icon span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.author-hero-top-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000fa;z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;overflow-y:auto}.author-hero-top-menu-overlay[data-menu-open=true]{opacity:1;visibility:visible}.author-hero-top-menu-nav{display:flex;align-items:center;justify-content:center;min-height:100svh;padding:8rem 2rem 4rem}.author-hero-top-menu-list{list-style:none;margin:0;padding:0;text-align:center}.author-hero-top-menu-item{margin-bottom:2rem}.author-hero-top-menu-link{font-size:2rem;font-weight:400;color:var(--hero-headline-color, #F5E6D3);text-decoration:none;transition:color .2s ease;display:block;padding:.5rem 0;font-family:var(--font-heading-family, serif);letter-spacing:.05em}.author-hero-top-menu-link:hover,.author-hero-top-menu-link.active{color:var(--hero-button-primary-bg, #D4AF37)}.author-hero-top-submenu{list-style:none;margin:1rem 0 0;padding:0}.author-hero-top-submenu-link{font-size:1.25rem;color:var(--hero-headline-color, #F5E6D3);text-decoration:none;transition:color .2s ease;display:block;padding:.5rem 0;opacity:.8}.author-hero-top-submenu-link:hover,.author-hero-top-submenu-link.active{color:var(--hero-button-primary-bg, #D4AF37);opacity:1}.author-hero-top-menu-close{position:absolute;top:2rem;right:2rem;background:none;border:none;color:var(--hero-headline-color, #F5E6D3);cursor:pointer;padding:.5rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;z-index:10000}.author-hero-top-menu-close:hover{color:var(--hero-button-primary-bg, #D4AF37)}.author-hero-top-menu-close svg{width:24px;height:24px}.author-hero-main-content{display:grid;grid-template-columns:1fr auto 1fr;grid-template-rows:1fr;min-height:0;height:auto;position:relative;z-index:1;overflow-x:hidden;overflow-y:visible;gap:0;align-items:stretch;width:100%;max-width:100%;margin-top:0;padding-bottom:0;flex:1;box-sizing:border-box;margin-left:0}@media(min-width:481px)and (max-width:767px){.author-hero-award-container{padding:1.75rem 1.25rem 1.25rem}.author-hero-award-wrapper{padding:0 1rem}.author-hero-award-text{font-size:clamp(.9375rem,3.8vw,1rem)}.author-hero-left-section{padding:1.75rem 1.25rem;min-height:min(320px,55vh)}.author-hero-book-cover{min-height:min(270px,45vh);padding:1rem 0}.author-hero-book-cover img{max-height:min(65vh,450px);min-height:min(220px,32vh)}.author-hero-portrait img{max-height:min(70vh,480px)}.author-hero-quote-box{padding:1.5rem 1rem}.author-hero-quote-box:has(.author-hero-quote-line){padding:1.5rem 1rem 1.5rem 1.125rem}.author-hero-quote{font-size:clamp(1rem,4.2vw,var(--hero-quote-size, 1.5rem))}.author-hero-actions{padding:0 1.5rem 1.75rem;margin-top:1.75rem}}.author-hero-left-section{position:relative;background:transparent;padding:0 1rem 0 3vw;display:flex;align-items:center;justify-content:flex-start;min-height:100%;overflow:visible;grid-column:1 / 2;grid-row:1;width:100%}.author-hero:has(.author-hero-menu) .author-hero-left-section{padding-top:6rem}.author-hero-badge{position:absolute;top:2rem;right:2rem;width:120px;height:120px;border-radius:50%;overflow:hidden;opacity:0;transform:translateY(-20px);transition:opacity .6s ease .3s,transform .6s ease .3s;z-index:11;background:var(--hero-badge-bg-color, rgba(212, 175, 55, .1));border:2px solid var(--hero-badge-border-color, #D4AF37);padding:8px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-shrink:0}.author-hero-badge img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}.author-hero-badge[data-visible=true]{opacity:1;transform:translateY(0)}.author-hero-headline{font-family:var(--font-heading-family, serif);font-size:clamp(calc(var(--hero-headline-size, 4) * .7rem),5vw,var(--hero-headline-size, 5rem));font-weight:400;line-height:1.1;letter-spacing:.05em;text-align:center;margin:2rem auto 1rem;color:var(--hero-headline-color, #F5E6D3);opacity:0;transform:translateY(30px);transition:opacity .8s ease .2s,transform .8s ease .2s;text-transform:uppercase;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%}.author-hero-headline[data-visible=true]{opacity:1;transform:translateY(0)}.author-hero-tagline{font-size:clamp(calc(var(--hero-tagline-size, 1.5) * .7rem),1.5vw,var(--hero-tagline-size, 1.25rem));text-align:center;color:var(--hero-tagline-color, #F5E6D3);margin:0 auto 1.5rem;opacity:0;transform:translateY(20px);transition:opacity .8s ease .4s,transform .8s ease .4s;letter-spacing:.02em;font-weight:300;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%}.author-hero-tagline[data-visible=true]{opacity:1;transform:translateY(0)}.author-hero-award-container{position:relative;z-index:2;background:transparent;padding:.5rem 0 0;display:flex;justify-content:center;align-items:center;width:100%;flex-shrink:0}.author-hero-award-wrapper{display:flex;align-items:center;justify-content:center;gap:0;margin:0 auto;opacity:1;transform:translateY(0);width:100%;max-width:1200px;padding:0 2rem;position:relative}.author-hero-award-line{height:2px;background:var(--hero-line-color, #FF6B35);flex:1 1 auto;opacity:1;min-width:0}.author-hero-award-line--left{order:1}.author-hero-award-line--right{order:3}.author-hero-award-text{font-size:clamp(calc(var(--hero-award-text-size, 1rem) * .85),1.1vw,var(--hero-award-text-size, 1rem));text-align:center;color:var(--hero-award-text-color, #FFFFFF);font-weight:400;line-height:1.5;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;flex:0 0 auto;min-width:0;white-space:normal;position:relative;background:var(--hero-bg-color, #000000);padding:0 1.5rem;order:2;z-index:1}.author-hero-award-text br{display:block;content:"";margin-top:.5em}.author-hero-center-section{position:relative;display:flex!important;align-items:flex-end;justify-content:center;z-index:3;min-width:clamp(300px,28vw,500px);max-width:clamp(350px,35vw,600px);width:auto;background:transparent;padding:0 2rem;padding-bottom:calc(var(--hero-bg-after-height, 42%) * .4);grid-column:2 / 3;grid-row:1;visibility:visible!important;opacity:1!important;min-height:100%}.author-hero-right-section{position:relative;background:transparent;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;overflow:visible;padding:0;min-height:100%;grid-column:3 / 4;grid-row:1;width:100%;height:100%}.author-hero-portrait{position:absolute;bottom:0;right:0;width:100%!important;max-width:100%!important;height:auto;max-height:90%;opacity:1!important;transform:translateY(0)!important;transition:opacity .8s ease .8s,transform .8s ease .8s;z-index:10;visibility:visible!important;display:flex;align-items:flex-end;justify-content:flex-end}.author-hero-portrait[data-visible=true]{opacity:1;transform:translateY(0)}.author-hero-portrait img{width:100%;height:auto;max-height:100%;object-fit:cover;object-position:top center;display:block!important;visibility:visible!important;opacity:1!important}.author-hero-quote-box{position:absolute;left:0;right:0;top:auto;bottom:calc(var(--hero-bg-after-height, 42%) / 2);background:transparent;padding:2rem 0;width:100%;max-width:100%;opacity:1!important;transform:translateY(50%)!important;transition:opacity .8s ease 1s,transform .8s ease 1s;z-index:3;display:block!important;align-items:flex-start;pointer-events:auto;visibility:visible!important}.author-hero-quote-box:has(.author-hero-quote-line){display:flex!important;gap:1rem;padding:2rem 1rem 2rem 1.5rem;background:transparent}.author-hero-quote-box[data-visible=true]{opacity:1;transform:translateY(0)}.author-hero-quote-line{width:3px;background:var(--hero-line-color, #FF6B35);flex-shrink:0;align-self:stretch;min-height:60px}.author-hero-quote{margin:0;padding:0;font-size:clamp(calc(var(--hero-quote-size, 1.5rem) * .875),1.3vw,var(--hero-quote-size, 1.5rem));font-weight:var(--hero-quote-weight, 500);letter-spacing:var(--hero-quote-letter-spacing, 0em);line-height:1.8;color:var(--hero-quote-color, #115650);font-style:normal;width:100%;text-align:left;font-family:var(--font-heading-family, serif);opacity:1!important;visibility:visible!important;display:block!important}.author-hero-book-cover{width:100%;max-width:clamp(320px,26vw,540px);opacity:1!important;visibility:visible!important;transform:scale(1);transition:opacity .8s ease .6s,transform .8s ease .6s;display:flex!important;align-items:flex-start;justify-content:flex-start;z-index:1;margin:0}.author-hero-book-cover[data-visible=true]{opacity:1!important;visibility:visible!important;transform:scale(1)}.author-hero-book-cover-link{display:block;width:100%;height:auto;text-decoration:none;cursor:pointer;transition:transform .3s ease,opacity .3s ease;border:none;background:transparent}.author-hero-book-cover-link:hover{transform:scale(1.02);opacity:.9}.author-hero-book-cover-link:focus{outline:2px solid var(--hero-line-color, #FF6B35);outline-offset:4px;border-radius:4px}.author-hero-book-cover img{width:auto;max-width:100%;height:auto;max-height:calc(100svh - var(--header-offset, 80px) - 200px);object-fit:contain;object-position:center;display:block!important;visibility:visible!important;opacity:1!important}.author-hero-book-cover,.author-hero-book-cover *,.author-hero-book-cover-link,.author-hero-book-cover-link *{opacity:1!important;visibility:visible!important}.author-hero-quote[data-visible=true]{opacity:1;transform:translate(0)}.author-hero-quote p{margin:0;margin-bottom:1rem;font-style:italic;opacity:1!important;visibility:visible!important;display:block!important;color:var(--hero-quote-color, #115650)!important}.author-hero-quote p:last-child{margin-bottom:0}.author-hero-actions{display:none!important}.author-hero-actions[data-visible=true]{opacity:1;transform:translateY(0)}.author-hero-button{padding:1.125rem 2.75rem;border-radius:0;text-decoration:none;font-weight:400;font-size:.9375rem;font-family:var(--font-heading-family, serif);letter-spacing:.08em;text-transform:uppercase;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-block;position:relative;border:1px solid transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:pointer}.author-hero-button--primary{background:var(--hero-button-primary-bg, #D4AF37);color:var(--hero-button-primary-text, #000000);border-color:var(--hero-button-primary-bg, #D4AF37)}.author-hero-button--primary:hover{background:transparent;color:var(--hero-button-primary-bg, #D4AF37);transform:translateY(-1px);box-shadow:0 2px 8px #d4af3733}.author-hero-button--primary:active{transform:translateY(0);box-shadow:0 1px 4px #d4af3726}.author-hero-button--secondary{background:var(--hero-button-secondary-bg, transparent);color:var(--hero-button-secondary-text, #F5E6D3);border-color:var(--hero-button-secondary-border, #F5E6D3);border-width:1px}.author-hero-button--secondary:hover{background:var(--hero-button-secondary-border, #F5E6D3);color:var(--hero-bg-color, #000000);transform:translateY(-1px);box-shadow:0 2px 8px #f5e6d333}.author-hero-button--secondary:active{transform:translateY(0);box-shadow:0 1px 4px #f5e6d326}@media(min-width:1200px){.author-hero{min-height:100svh;overflow:visible!important}.author-hero-container{justify-content:flex-start!important;padding-bottom:0;max-width:100%!important;width:100%!important;overflow:visible!important}.author-hero-award-container{padding:.25rem 0 0!important;background:transparent!important}.author-hero-main-content{flex:1!important;min-height:0!important;margin-top:0!important;width:100%!important;max-width:100%!important;margin-left:0!important;grid-template-columns:1fr auto 1fr!important;align-items:end!important;overflow:visible!important}.author-hero-left-section{align-items:center!important;justify-content:flex-start!important;padding:3vh 1rem 0 5vw!important;background:transparent!important;align-self:stretch;display:flex!important;overflow:visible!important}.author-hero-book-cover{max-width:clamp(420px,30vw,700px)!important;width:100%!important;margin:0!important;align-items:flex-end!important;justify-content:flex-start!important}.author-hero-book-cover img{max-height:85svh!important;width:auto!important;max-width:100%!important}.author-hero-center-section{min-width:clamp(320px,28vw,550px)!important;max-width:clamp(400px,32vw,650px)!important;background:transparent!important;align-items:flex-end!important;padding:0 3vw 10vh 2vw!important}.author-hero-quote-box{position:relative!important;top:auto!important;transform:none!important;padding:0!important;margin:0!important}.author-hero-quote,.author-hero-quote p{text-align:center!important}.author-hero-right-section{background:transparent!important;min-height:100%!important;overflow:visible!important}.author-hero-portrait{width:100%!important;max-width:100%!important;max-height:85svh!important;right:0!important;bottom:0!important}.author-hero-portrait img{width:100%!important;height:auto!important;max-height:85svh!important;object-fit:contain!important;object-position:bottom right!important}.author-hero-actions{display:none!important}}@media(min-width:1025px)and (max-width:1799px){.author-hero-book-cover{max-width:clamp(400px,28vw,580px)!important}.author-hero-book-cover img{max-height:calc(82svh - var(--header-offset, 80px) - 60px)!important}.author-hero-portrait img{max-height:80svh!important}.author-hero-center-section{padding-bottom:5vh!important}}@media(min-width:1280px)and (max-width:1699px){.author-hero-main-content{grid-template-columns:auto minmax(260px,1fr) auto!important;align-items:stretch!important}.author-hero-left-section{width:auto!important;padding:0 0 0 4vw!important;justify-content:flex-start!important;align-items:center!important}.author-hero-book-cover{max-width:clamp(620px,44vw,760px)!important;width:clamp(620px,44vw,760px)!important}.author-hero-book-cover img{max-height:calc(95svh - var(--header-offset, 80px) - 20px)!important}.author-hero-right-section{width:clamp(380px,28vw,520px)!important;padding:0 4vw 0 0!important;align-items:center!important}.author-hero-portrait img{max-height:82svh!important}.author-hero-center-section{min-width:0!important;max-width:none!important;padding:0 1vw!important;align-self:stretch!important;height:100%!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.author-hero-quote-box{position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;transform:none!important;width:100%!important;max-width:100%!important;margin:auto!important;padding:0!important;display:flex!important;justify-content:center!important;align-items:center!important}.author-hero-quote{font-size:clamp(1rem,1.1vw,1.25rem)!important;line-height:1.55!important;max-width:min(100%,26ch)!important;margin-inline:auto!important;text-align:center!important;width:100%!important}.author-hero-quote p{text-align:center!important;margin-inline:auto!important;max-width:100%!important}}@media(min-width:1025px)and (max-width:1099px){.author-hero-main-content{grid-template-columns:auto minmax(0,1fr) auto!important;align-items:stretch!important}.author-hero-left-section{width:auto!important;padding:0 0 0 2vw!important;justify-content:flex-start!important;align-items:center!important}.author-hero-book-cover{max-width:clamp(620px,64vw,700px)!important;width:clamp(620px,64vw,700px)!important}.author-hero-book-cover img{max-height:calc(96svh - var(--header-offset, 80px))!important}.author-hero-right-section{width:clamp(280px,28vw,380px)!important;padding:0 2vw 0 0!important;align-items:center!important}.author-hero-portrait img{max-height:78svh!important}.author-hero-center-section{min-width:0!important;max-width:none!important;padding:0 .5vw!important;align-self:stretch!important;height:100%!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}}@media(min-width:1100px)and (max-width:1279px){.author-hero-main-content{grid-template-columns:auto minmax(220px,1fr) auto!important;align-items:stretch!important}.author-hero-left-section{width:auto!important;padding:0 0 0 3vw!important;justify-content:flex-start!important;align-items:center!important}.author-hero-book-cover{max-width:clamp(560px,50vw,660px)!important;width:clamp(560px,50vw,660px)!important}.author-hero-book-cover img{max-height:calc(95svh - var(--header-offset, 80px) - 20px)!important}.author-hero-right-section{width:clamp(300px,26vw,400px)!important;padding:0 3vw 0 0!important;align-items:center!important}.author-hero-center-section{min-width:0!important;max-width:none!important;padding:0 .75vw!important;align-self:stretch!important;height:100%!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.author-hero-quote-box{position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;transform:none!important;width:100%!important;max-width:100%!important;margin:auto!important;padding:0!important;display:flex!important;justify-content:center!important;align-items:center!important}.author-hero-quote{font-size:clamp(.9375rem,1.2vw,1.125rem)!important;line-height:1.5!important;max-width:min(100%,22ch)!important;margin-inline:auto!important;text-align:center!important;width:100%!important}.author-hero-quote p{text-align:center!important;margin-inline:auto!important;max-width:100%!important}}@media(max-height:800px)and (min-width:768px){.author-hero-book-cover{max-width:clamp(200px,14vw,320px)!important}.author-hero-book-cover img{max-height:calc(65svh - 80px)!important}.author-hero-portrait img{max-height:70svh!important}.author-hero-center-section{padding-bottom:3vh!important}}@media(min-width:1800px){.author-hero-book-cover{max-width:clamp(500px,28vw,760px)!important}.author-hero-book-cover img{max-height:88svh!important}.author-hero-portrait img{max-height:85svh!important}}@media(min-width:768px)and (max-width:1099px){.author-hero{min-height:100svh!important;max-height:100svh!important;height:100svh!important;overflow:hidden!important}.author-hero-container{max-height:100svh!important;min-height:0!important}.author-hero-main-content{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:stretch!important;min-height:0!important;flex:1!important}.author-hero-left-section{grid-column:1 / 2!important;grid-row:1!important;width:auto!important;padding:0 0 0 1.5vw!important;justify-content:flex-start!important;align-items:center!important;display:flex!important}.author-hero-book-cover{max-width:clamp(220px,30vw,340px)!important;width:clamp(220px,30vw,340px)!important}.author-hero-book-cover img{max-height:78svh!important}.author-hero-center-section{grid-column:2 / 3!important;grid-row:1!important;display:flex!important;min-width:0!important;max-width:none!important;padding:0!important}.author-hero-right-section{grid-column:3 / 4!important;grid-row:1!important;width:clamp(220px,30vw,340px)!important;padding:0!important;align-items:flex-end!important;overflow:visible!important;position:relative!important}.author-hero-portrait{position:absolute!important;width:100%!important;max-width:100%!important;right:0!important;bottom:0!important;top:auto!important;display:flex!important;align-items:flex-end!important;justify-content:flex-end!important}.author-hero-portrait img{max-height:78svh!important;width:100%!important;height:auto!important;object-fit:contain!important;object-position:bottom right!important}}@media(max-width:1024px)and (min-width:768px){.author-hero-award-container{padding:.75rem 1.5rem .5rem}.author-hero-award-text{font-size:clamp(.875rem,1.2vw,var(--hero-award-text-size, 1rem));padding:0 1rem}.author-hero-main-content{grid-template-columns:1fr auto 1fr;gap:0;min-height:0;overflow:visible;margin-top:0;width:100%;max-width:100%;margin-left:0}.author-hero-left-section{padding:0 1rem 0 2vw;align-items:flex-start}.author-hero-center-section{min-width:200px;max-width:300px;padding:0;background:transparent;min-height:100%}.author-hero-right-section{padding:0}.author-hero-book-cover{max-width:min(var(--hero-book-cover-size, 450px),80%)}.author-hero-book-cover img{max-height:calc(100svh - var(--header-offset, 80px) - 200px)}.author-hero-portrait{width:min(var(--hero-portrait-size, 420px),80%);max-height:calc(100svh - var(--header-offset, 80px) - 200px);bottom:0;top:auto;right:0;opacity:1!important;transform:translateY(0)!important;visibility:visible!important}.author-hero-portrait img{display:block!important;visibility:visible!important;opacity:1!important;width:100%;height:auto;max-height:50svh;object-fit:contain;object-position:center}.author-hero-quote-box{max-width:100%;padding:1.5rem .875rem;position:relative;background:transparent;opacity:1!important;transform:translateY(0)!important;visibility:visible!important;display:block!important;align-self:flex-end}.author-hero-quote-box:has(.author-hero-quote-line){display:flex!important;padding:1.5rem .875rem 1.5rem 1rem;background:transparent;align-items:center}.author-hero-quote-line{min-height:45px}.author-hero-quote{font-size:clamp(1rem,2.2vw,var(--hero-quote-size, 1.5rem));opacity:1!important;visibility:visible!important;display:block!important}.author-hero-quote p{opacity:1!important;visibility:visible!important;display:block!important}.author-hero-actions{padding:1.5rem 2rem;gap:1.5rem}.author-hero-button{padding:1rem 2.25rem;font-size:.875rem;letter-spacing:.07em}}@media(max-width:767px){.author-hero{min-height:auto;width:100%;max-width:100%;overflow-x:hidden}.author-hero-container{min-height:auto;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box;padding-top:0}.author-hero-award-container{padding:.5rem 1rem .75rem}.author-hero-award-wrapper{gap:0;max-width:100%;padding:0 .75rem}.author-hero-award-line{height:2px;background:var(--hero-line-color, #FF6B35);flex:1 1 auto;opacity:1;min-width:0}.author-hero-award-line--left{order:1}.author-hero-award-line--right{order:3}.author-hero-award-text{font-size:clamp(.75rem,3.2vw,1rem);padding:0 .25rem;order:2;background:var(--hero-bg-color, #000000);line-height:1.4;white-space:normal;word-break:keep-all;overflow-wrap:normal;hyphens:none;-webkit-hyphens:none;max-width:100%;text-align:center}.author-hero-main-content{display:flex!important;flex-direction:column!important;grid-template-columns:none;flex:1;min-height:calc(90svh - var(--author-menu-height, var(--header-offset, 110px)) - 5rem)!important;gap:0;margin-top:0!important;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.author-hero-left-section{order:1!important;width:100%!important;flex-basis:100%!important;display:flex!important;flex-direction:column;align-items:center;justify-content:center;padding:1rem 1.5rem 3.5rem;background:var(--hero-bg-color, #000000)!important;min-height:auto;box-sizing:border-box;overflow:visible;position:relative;z-index:2;gap:0}.author-hero-left-section .author-hero-book-cover{width:82%!important;max-width:360px!important;min-height:0;padding:0;margin:0 auto;display:flex!important;align-items:center;justify-content:center;box-sizing:border-box;filter:drop-shadow(0 10px 28px rgba(0,0,0,.45))}.author-hero-left-section .author-hero-book-cover img{width:100%!important;height:auto!important;max-width:100%!important;max-height:min(60svh,440px)!important;object-fit:contain!important;object-position:center!important;display:block!important;opacity:1!important;visibility:visible!important;border-radius:2px}.author-hero-left-section .author-hero-book-cover-link{display:flex!important;align-items:center;justify-content:center;width:100%!important;opacity:1!important;visibility:visible!important}.author-hero-right-section{order:2!important;position:relative!important;width:100%!important;max-width:100%!important;background:var(--hero-bg-after-color, #F5E6D3)!important;display:flex!important;align-items:flex-end;justify-content:center;box-sizing:border-box;overflow:visible;z-index:3;padding:1.5rem 2rem 0}.author-hero-center-section{order:3!important;width:100%!important;max-width:100%!important;flex-basis:100%!important;padding:1.5rem 2rem 2.5rem;background:var(--hero-bg-after-color, #F5E6D3)!important;display:flex!important;align-items:center;justify-content:center;box-sizing:border-box;min-height:auto;min-width:0;padding-bottom:0!important}.author-hero-book-cover{margin:0;opacity:1!important;visibility:visible!important;display:flex!important;justify-content:center;align-items:flex-end;box-sizing:border-box;padding:0;position:relative;z-index:2}.author-hero-book-cover img{max-height:min(42svh,240px);opacity:1!important;visibility:visible!important;display:block!important;width:auto;height:auto;max-width:100%;object-fit:contain;object-position:bottom center}.author-hero-book-cover-link{display:flex!important;align-items:flex-end;width:100%;opacity:1!important;visibility:visible!important;box-sizing:border-box}.author-hero-book-cover-link img{opacity:1!important;visibility:visible!important;display:block!important}.author-hero-portrait{position:relative!important;width:100%!important;max-width:100%!important;height:auto;bottom:auto;right:auto;max-height:none;opacity:1!important;transform:translateY(0)!important;visibility:visible!important;display:flex;align-items:flex-end;justify-content:center;margin:0 auto}.author-hero-portrait img{display:block!important;visibility:visible!important;opacity:1!important;width:100%;height:auto;max-width:100%;max-height:min(62svh,520px);object-fit:contain;object-position:center bottom;border-radius:0!important;border:none!important;box-shadow:none!important}.author-hero-quote-box{position:relative;bottom:auto;left:auto;max-width:100%;margin:0 auto;padding:1.25rem .875rem;background:transparent;opacity:1!important;transform:translateY(0)!important;visibility:visible!important;display:block!important;width:100%;text-align:center}.author-hero-quote-box:has(.author-hero-quote-line){display:flex!important;padding:1.25rem .875rem 1.25rem 1rem;background:transparent;gap:.625rem;justify-content:center;align-items:center;width:100%;max-width:100%;box-sizing:border-box}.author-hero-quote-line{min-height:35px;width:2px}.author-hero-quote{font-size:clamp(1.125rem,4.8vw,1.5rem);text-align:center;line-height:1.55;opacity:1!important;visibility:visible!important;display:block!important;width:100%;max-width:100%;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.author-hero-quote p{opacity:1!important;visibility:visible!important;display:block!important;margin:0;width:100%;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.author-hero-actions{flex-direction:column;width:100%;gap:1rem;margin-top:2rem;padding:0 1.5rem 2rem}.author-hero-button{width:100%;max-width:100%;padding:1rem 2rem;font-size:clamp(.875rem,2.5vw,.9375rem);text-align:center;display:block;letter-spacing:.08em}.author-hero-button--primary:hover,.author-hero-button--secondary:hover{transform:translateY(-1px)}.author-hero-headline{transition:opacity .6s ease .1s,transform .6s ease .1s}.author-hero-tagline{transition:opacity .6s ease .2s,transform .6s ease .2s}.author-hero-award-text[data-visible=true]{transition:opacity .6s ease .3s,transform .6s ease .3s}.author-hero-portrait[data-visible=true]{transition:opacity .6s ease .4s,transform .6s ease .4s}.author-hero-book-cover[data-visible=true]{transition:opacity .6s ease .3s,transform .6s ease .3s}.author-hero-quote-box[data-visible=true]{transition:opacity .6s ease .5s,transform .6s ease .5s}.author-hero-actions[data-visible=true]{transition:opacity .6s ease .6s,transform .6s ease .6s}}@media(max-width:480px){.author-hero-left-section{min-height:min(360px,58svh);padding:1.25rem 0 1.5rem!important}.author-hero-award-container{padding:1.25rem .75rem .875rem}.author-hero-award-wrapper{gap:0;padding:0 .5rem}.author-hero-award-line{height:2px;background:var(--hero-line-color, #FF6B35);flex:1 1 auto;opacity:1;min-width:0}.author-hero-award-line--left{order:1}.author-hero-award-line--right{order:3}.author-hero-award-text{font-size:clamp(.8125rem,3.2vw,.9375rem);padding:0 .5rem;order:2;background:var(--hero-bg-color, #000000);line-height:1.4}.author-hero-left-section{min-height:min(220px,40svh);padding:1rem 0 0}.author-hero-left-section .author-hero-book-cover{padding-left:.375rem}.author-hero-left-section .author-hero-book-cover img{max-height:min(55svh,380px)!important}.author-hero-right-section{height:auto!important;min-height:min(320px,55svh)!important}.author-hero-portrait img{max-height:min(58svh,440px)}.author-hero-center-section{padding:1.25rem 1rem}.author-hero-quote-box{padding:1rem .625rem;background:transparent;width:100%;max-width:100%;box-sizing:border-box}.author-hero-quote-box:has(.author-hero-quote-line){padding:1rem .625rem 1rem .875rem;gap:.5rem;align-items:center;width:100%;max-width:100%;box-sizing:border-box}.author-hero-quote-line{min-height:30px;width:2px}.author-hero-quote{font-size:clamp(1.0625rem,4.6vw,1.3125rem);line-height:1.5}.author-hero-actions{padding:.75rem 1rem;gap:.75rem;margin-top:1.5rem}.author-hero-button{padding:.875rem 1.5rem;font-size:clamp(.8125rem,2.2vw,.875rem);max-width:100%;width:100%;box-sizing:border-box;letter-spacing:.07em}}@media(min-width:1400px){.author-hero-container{max-width:1920px;margin:0 auto}.author-hero-award-container{padding:.875rem 0 .625rem}.author-hero-award-wrapper{max-width:1600px;padding:0 3rem}.author-hero-award-text{font-size:clamp(var(--hero-award-text-size, 1rem),1.2vw,1.25rem)}.author-hero-main-content{grid-template-columns:1fr auto 1fr;min-height:calc(90vh - var(--header-offset, 80px) - 80px);overflow:visible;margin-top:-50px;max-width:1920px;margin-left:auto;margin-right:auto}.author-hero-left-section{padding:1rem 4rem 2rem;align-items:flex-end}.author-hero-center-section{min-width:380px;max-width:550px;display:flex!important;align-items:center;justify-content:flex-start;visibility:visible!important;opacity:1!important;background:linear-gradient(to bottom,var(--hero-bg-color, #000000) 0%,var(--hero-bg-color, #000000) calc(100% - var(--hero-bg-after-height, 30%)),var(--hero-bg-after-color, #F5E6D3) calc(100% - var(--hero-bg-after-height, 30%)));min-height:100%}.author-hero-quote-box{top:auto;bottom:calc(var(--hero-bg-after-height, 42%) / 2);transform:translateY(50%)!important;padding:2.5rem 0}.author-hero-quote-box:has(.author-hero-quote-line){padding:2.5rem 1rem 2.5rem 1.75rem}.author-hero-quote{font-size:clamp(var(--hero-quote-size, 1.5rem),1.5vw,2rem)}.author-hero-book-cover{max-width:min(calc(var(--hero-book-cover-size, 450px) * 1.35),95%)}.author-hero-book-cover img{max-height:calc(100svh - var(--header-offset, 80px) - 100px)}.author-hero-portrait{width:min(var(--hero-portrait-size, 420px),90%);max-height:calc(100svh - var(--header-offset, 80px) - 120px)}.author-hero-portrait img{max-height:calc(100svh - var(--header-offset, 80px) - 150px)}.author-hero-actions{padding:2rem 3rem 2.5rem;gap:2rem;max-width:1920px;margin-left:auto;margin-right:auto}.author-hero-button{padding:1.25rem 3.25rem;font-size:1rem;letter-spacing:.08em}}@media(min-width:1920px){.author-hero-container,.author-hero-main-content{max-width:100%}.author-hero-left-section{padding:1rem 5rem 2rem}.author-hero-center-section{min-width:400px;max-width:600px}.author-hero-quote-box{padding:3rem 0}.author-hero-quote-box:has(.author-hero-quote-line){padding:3rem 1.25rem 3rem 2rem}.author-hero-book-cover{max-width:min(var(--hero-book-cover-size, 450px),85%)}.author-hero-portrait{width:min(var(--hero-portrait-size, 420px),85%)}.author-hero-actions{padding:1.75rem 4rem;gap:2.25rem}.author-hero-button{padding:1.25rem 3.5rem;font-size:1.125rem}}@media(max-width:767px){.author-hero-quote-box{position:relative!important;top:auto!important;transform:translateY(0)!important}.author-hero-portrait{width:var(--hero-portrait-size, 420px);max-width:90%;bottom:0;top:auto;opacity:1!important;visibility:visible!important;transform:translateY(0)!important}.author-hero-quote-box{max-width:100%;opacity:1!important;visibility:visible!important;display:block!important}.author-hero-quote{opacity:1!important;visibility:visible!important;display:block!important}}@media(min-width:1200px)and (max-width:1399px){.author-hero-container{max-width:100%}.author-hero-main-content{margin-top:-50px;max-width:100%}.author-hero-award-wrapper{max-width:1400px;padding:0 2.5rem}.author-hero-left-section{padding:1rem 3.5rem 2rem}.author-hero-center-section{min-width:320px;max-width:480px}.author-hero-quote-box{padding:2.25rem 0}.author-hero-quote-box:has(.author-hero-quote-line){padding:2.25rem 1rem 2.25rem 1.5rem}.author-hero-actions{padding:1.25rem 2.5rem;gap:1.75rem}}@media(min-width:1440px){.author-hero-award-wrapper{max-width:1400px}.author-hero-actions{max-width:1400px;margin-left:auto;margin-right:auto;width:100%}}@media(min-width:1440px){.author-hero-container{max-width:100vw!important;width:100%!important}.author-hero-award-wrapper{max-width:1200px}}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFadeInCentered{0%{opacity:0;transform:translateY(calc(50% + 20px))}to{opacity:1;transform:translateY(50%)}}@keyframes heroScaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes heroSlideLeft{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes heroSlideRight{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.author-hero-award-wrapper{animation:heroFadeIn .8s cubic-bezier(.22,1,.36,1) .1s both}.author-hero-book-cover{animation:heroSlideLeft 1s cubic-bezier(.22,1,.36,1) .25s both}.author-hero-portrait{animation:heroSlideRight 1s cubic-bezier(.22,1,.36,1) .25s both}.author-hero-quote-box{animation:heroFadeInCentered 1s cubic-bezier(.22,1,.36,1) .4s both}@media(max-width:767px){.author-hero-quote-box{animation:heroFadeIn 1s cubic-bezier(.22,1,.36,1) .4s both}}.author-hero-actions{animation:heroFadeIn .9s cubic-bezier(.22,1,.36,1) .6s both}.author-hero-book-cover img{transition:filter .5s ease,transform .5s cubic-bezier(.22,1,.36,1);filter:drop-shadow(0 8px 24px rgba(0,0,0,.4))}.author-hero-book-cover:hover img{filter:drop-shadow(0 16px 40px rgba(212,175,55,.2)) drop-shadow(0 8px 24px rgba(0,0,0,.4));transform:translateY(-6px) scale(1.01)}.author-hero-btn{transition:background-color .3s ease,color .3s ease,border-color .3s ease,transform .2s ease,box-shadow .3s ease!important}.author-hero-btn:hover{transform:translateY(-2px)!important;box-shadow:0 6px 20px #0003!important}.author-hero{padding-top:var(--author-menu-height, var(--header-offset, 110px))!important;min-height:100svh;box-sizing:border-box}.author-hero-container{min-height:calc(100svh - var(--author-menu-height, var(--header-offset, 110px)));flex:1;justify-content:flex-start}.author-hero-award-container{padding-top:1rem;padding-bottom:.75rem;flex-shrink:0}.author-hero-award-line{display:block!important;height:2px!important;background:var(--hero-line-color, #d4af37)!important;flex:1 1 auto!important;opacity:1!important;visibility:visible!important;min-width:40px}.author-hero-award-text{color:var(--hero-award-text-color, #f5e6d3)!important;opacity:1!important;visibility:visible!important;font-size:clamp(.9375rem,1.1vw,var(--hero-award-text-size, 2rem))!important}.author-hero-main-content{flex:1;min-height:calc(100svh - var(--author-menu-height, var(--header-offset, 110px)) - 5rem);margin-top:0!important}@media(min-width:1024px){.author-hero-main-content{min-height:calc(100svh - var(--author-menu-height, var(--header-offset, 110px)) - 5rem);margin-top:0!important}.author-hero-book-cover img,.author-hero-portrait,.author-hero-portrait img{max-height:calc(100svh - var(--author-menu-height, var(--header-offset, 110px)) - 140px)}}@media(prefers-reduced-motion:reduce){.author-hero-floating-header,.author-hero-floating-header--visible,.author-hero-floating-menu-icon span,.author-hero-book-cover img{transition:none}.author-hero-btn{transition:none!important}.author-hero-btn:hover{transform:none!important}.author-hero-book-cover:hover img{transform:none}.author-hero-overlay,.author-hero-quote-box,.author-hero-actions,.author-hero-headline,.author-hero-text-content,.author-hero-book-cover{animation:none!important;transition:none!important}}@media(min-width:1280px)and (max-width:1439px)and (max-height:820px){.author-hero{min-height:100svh!important;padding-top:var(--author-menu-height, var(--header-offset, 110px))!important}.author-hero-container{min-height:calc(100svh - var(--author-menu-height, var(--header-offset, 110px)))!important;justify-content:flex-start!important}.author-hero-main-content{align-items:flex-end!important;min-height:calc(100svh - var(--author-menu-height, var(--header-offset, 110px)) - 60px)!important;margin-top:0!important}.author-hero-left-section{align-items:flex-end!important;padding:0 1rem 0 4vw!important}.author-hero-book-cover{max-width:clamp(380px,31vw,500px)!important;width:clamp(380px,31vw,500px)!important}.author-hero-book-cover img{max-height:calc(100svh - 220px)!important;width:100%!important;height:auto!important;max-width:100%!important;object-fit:contain!important;object-position:bottom center!important}.author-hero-right-section{padding:0 4vw 0 1rem!important}.author-hero-portrait{max-height:calc(100svh - 220px)!important}.author-hero-portrait img{max-height:calc(100svh - 220px)!important;object-fit:contain!important;object-position:bottom right!important}.author-hero-center-section{align-items:center!important;justify-content:center!important;padding:0 2vw 5vh!important;min-width:0!important;max-width:none!important}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/author-hero.css.map */
