:root { --ink: #13213f; --night: #09162c; --paper: #fbfaf6; --mist: #e8e9f0; --violet: #665dcc; --gold: #ca8635; --body: #495168; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Source Sans Pro", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.site-header { height: 76px; display: flex; align-items: center; padding-inline: max(32px, calc((100vw - 1180px) / 2)); gap: 32px; color: white; background: var(--night); }
.site-header--overlay { position: absolute; z-index: 2; width: 100%; background: rgba(9, 22, 44, .9); border-bottom: 1px solid rgba(255,255,255,.13); }
.brand { display: inline-flex; align-items: center; gap: 0; font: 600 28px/1 "Playfair Display", serif; letter-spacing: -.04em; white-space: nowrap; transition: text-shadow .2s ease; }
.brand:hover, .brand:focus-visible { text-shadow: 0 0 16px rgba(229, 160, 76, .45); outline: none; }
.brand__fantasy { color: #e5a04c; text-shadow: 0 0 14px rgba(229, 160, 76, .25); }
.brand__domain { color: #f2c27f; }
.site-nav { margin-left: auto; display: flex; gap: clamp(18px, 3vw, 38px); font-size: 14px; font-weight: 600; }
.site-nav a { opacity: .86; &:hover { opacity: 1; color: #f8e6da; } }
.eyebrow { margin: 0 0 12px; color: var(--violet); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 700; }
.eyebrow--light { color: #e5e3ff; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-family: "Playfair Display", serif; line-height: 1.08; letter-spacing: -.04em; }
h1 { font-size: clamp(43px, 6.3vw, 79px); max-width: 720px; margin-bottom: 25px; }
.home-hero h1 { max-width: 720px; font-size: clamp(43px, 4.8vw, 68px); }
h2 { font-size: clamp(30px, 4vw, 48px); margin-bottom: 9px; }
.banner-quote cite, .affiliate-format h3 { font-family: "Source Sans Pro", sans-serif; }

/* Keep genres with the facts, without letting them compete for mobile width. */
.book-meta-card { margin: 25px 0 18px; }
.book-meta-card .book-meta { margin: 0; }
.book-tags { position: absolute; top: 30px; right: 38px; min-width: 0; }
.book-tags summary { display: none; }
.book-tags:not([open]) .tags { display: flex; }
.book-meta-card .tags { justify-content: flex-end; max-width: 260px; }

@media (max-width: 640px) {
  .book-meta-card { margin: 22px 0 18px; }
  .book-tags { position: static; margin-bottom: 14px; }
  .book-tags summary { display: flex; align-items: center; justify-content: flex-start; gap: 8px; cursor: pointer; color: #3e3988; font-size: 12px; font-weight: 700; list-style: none; }
  .book-tags summary::-webkit-details-marker { display: none; }
  .book-tags summary::after { content: '⌄'; margin-left: 8px; font-size: 16px; line-height: 1; transition: transform 160ms ease; }
  .book-tags[open] summary::after { transform: rotate(180deg); }
  .book-tags:not([open]) .tags { display: none; }
  .book-meta-card .tags { justify-content: flex-start; max-width: none; margin-top: 10px; }
}
.home-hero { --hero-offset: 0px; position: relative; isolation: isolate; overflow: hidden; min-height: 580px; display: flex; align-items: end; padding: 70px 0 80px; color: white; background: #09162c; }.home-hero__visual { position: absolute; z-index: -2; inset: -78px 0 0; background: linear-gradient(90deg, rgba(7,18,37,.94) 0%, rgba(7,18,37,.74) 44%, rgba(7,18,37,.11) 80%), url("assets/moonlit-hero-enhanced.png") center / cover; transform: translateY(calc(var(--hero-offset) * .45)); will-change: transform; animation: hero-cloud-drift 18s ease-in-out infinite alternate; }.home-hero__lights { position: absolute; z-index: -1; inset: 0; pointer-events: none; }.home-hero__lights span { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #faf1d8; box-shadow: 0 0 11px 4px rgba(219, 225, 255, .54); opacity: .5; animation: floating-light 7s ease-in-out infinite alternate; }.home-hero__lights span:nth-child(1) { top: 18%; left: 62%; animation-delay: -1.4s; }.home-hero__lights span:nth-child(2) { top: 32%; left: 69%; width: 3px; height: 3px; animation-duration: 9s; animation-delay: -3s; }.home-hero__lights span:nth-child(3) { top: 20%; left: 78%; width: 3px; height: 3px; animation-duration: 8s; animation-delay: -5s; }.home-hero__lights span:nth-child(4) { top: 47%; left: 65%; width: 4px; height: 4px; animation-duration: 10s; animation-delay: -2s; }.home-hero__lights span:nth-child(5) { top: 39%; left: 72%; width: 3px; height: 3px; animation-duration: 11s; animation-delay: -6s; }.home-hero__lights span:nth-child(6) { top: 54%; left: 91%; width: 4px; height: 4px; animation-duration: 9s; animation-delay: -4s; }.home-hero__lights span:nth-child(7) { top: 14%; left: 88%; width: 3px; height: 3px; animation-duration: 12s; animation-delay: -8s; }.home-hero__lights span:nth-child(8) { top: 28%; left: 94%; width: 4px; height: 4px; animation-duration: 8s; animation-delay: -2.5s; }.home-hero__lights span:nth-child(9) { top: 63%; left: 77%; width: 3px; height: 3px; animation-duration: 10s; animation-delay: -5.5s; }.home-hero__lights span:nth-child(10) { top: 44%; left: 83%; width: 5px; height: 5px; animation-duration: 11s; animation-delay: -7s; }.home-hero__lights span:nth-child(11) { top: 73%; left: 88%; width: 3px; height: 3px; animation-duration: 9s; animation-delay: -1s; }.home-hero__lights span:nth-child(12) { top: 35%; left: 58%; width: 3px; height: 3px; animation-duration: 12s; animation-delay: -9s; }.home-hero__lights span:nth-child(13) { top: 61%; left: 70%; width: 4px; height: 4px; animation-duration: 8s; animation-delay: -4.5s; }.home-hero__lights span:nth-child(14) { top: 24%; left: 84%; width: 3px; height: 3px; animation-duration: 10s; animation-delay: -6.5s; }.home-hero__lights span:nth-child(15) { top: 76%; left: 96%; width: 4px; height: 4px; animation-duration: 11s; animation-delay: -3.5s; }.home-hero__lights span:nth-child(16) { top: 51%; left: 60%; width: 3px; height: 3px; border-radius: 50%; background: #faf1d8; box-shadow: 0 0 11px 4px rgba(219, 225, 255, .54); opacity: .5; animation: floating-light 7s ease-in-out infinite alternate; }@keyframes floating-light { from { transform: translate3d(0, 0, 0) scale(.75); opacity: .2; } to { transform: translate3d(10px, -25px, 0) scale(1.2); opacity: .75; } }@keyframes hero-cloud-drift { from { background-position: center 48%; } to { background-position: center 52%; } }
.home-hero__content { position: relative; max-width: 1180px; }
.home-hero { min-height: 490px; padding: 70px 0; }
.hero-copy { width: min(525px, 100%); color: #e3e7f3; font-size: 17px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; gap: 17px; align-items: center; padding: 13px 21px; border-radius: 999px; border: 1px solid transparent; font-size: 14px; font-weight: 700; transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.button--light { color: var(--ink); background: #fff3ec; } .button--outline { border-color: rgba(255,255,255,.72); }
.button:hover, .button:focus-visible { color: var(--ink); background: #e5a04c; border-color: #e5a04c; box-shadow: 0 0 18px rgba(229, 160, 76, .5), 0 6px 18px rgba(9, 22, 44, .24); transform: translateY(-2px); outline: none; }
.featured-review { border-top: 4px solid var(--violet); background: #f8f5ef; }
.featured-review__grid { min-height: 335px; display: grid; grid-template-columns: 1fr 225px .55fr; align-items: center; gap: 42px; }
.featured-review__copy { padding-block: 45px; } .featured-review__copy h2 { font-size: 44px; } .byline { margin: -4px 0 16px; color: #526384; font: 500 19px "Playfair Display", serif; }
.quick-facts { display: flex; flex-wrap: wrap; gap: 18px; margin: 0 0 17px; } .quick-facts div { display: grid; gap: 1px; } .quick-facts dt { color: #7a8190; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; } .quick-facts dd { margin: 0; font-size: 13px; font-weight: 700; }
blockquote { margin: 0 0 12px; max-width: 440px; font: italic 20px/1.4 "Playfair Display", serif; }
.text-link { color: #3e3988; font-size: 14px; font-weight: 700; } .text-link span { padding-left: 6px; }
.book-cover { justify-self: center; } .book-cover img { width: 190px; box-shadow: 12px 14px 24px rgba(16, 28, 54, .24); } .book-cover figcaption { color: #7a8190; font-size: 11px; margin-top: 8px; }
.featured-review__aside { padding-left: 30px; border-left: 1px solid #cc913f; color: #5d5b76; }.featured-review__aside blockquote { margin: 0; font: italic 600 17px/1.5 "Playfair Display", serif; letter-spacing: 0; }.featured-review__aside p { margin: 10px 0 0; color: #7a8190; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.section { padding-block: 78px; }.section-heading { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 30px; }.section-heading h2 { margin: 0; }
.review-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.review-tile { position: relative; isolation: isolate; aspect-ratio: 2 / 3; overflow: hidden; display: flex; align-items: end; color: #fff; background: #173431; }
.review-tile__cover { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 420ms cubic-bezier(.2,.72,.2,1), filter 420ms ease; }
.review-tile__shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(4, 27, 29, .18), rgba(25, 67, 54, .12)), linear-gradient(180deg, rgba(8, 27, 28, .06) 12%, rgba(8, 27, 28, .32) 35%, rgba(8, 27, 28, .76) 61%, rgba(8, 27, 28, .985) 100%); transition: background .4s ease; }
.review-tile__content { display: grid; gap: 2px; width: 100%; padding: 22px 20px 20px; }
.review-tile__title { font: 600 clamp(22px, 1.65vw, 29px)/1.04 "Playfair Display", serif; letter-spacing: -.035em; text-shadow: 0 1px 12px rgba(0, 0, 0, .35); text-wrap: balance; }
.review-tile__author { color: rgba(255, 255, 255, .82); font-size: 14px; font-weight: 600; }
.review-tile__cta { display: flex; align-items: center; gap: 7px; height: 0; margin-top: 0; overflow: hidden; color: #fff7e9; font-size: 12px; font-weight: 700; letter-spacing: .075em; opacity: 0; text-transform: uppercase; transform: translateY(6px); transition: height 260ms ease, margin 260ms ease, opacity 180ms ease, transform 260ms ease; }
.review-tile__cta span { font-size: 16px; line-height: .8; transition: transform 220ms ease; }
.review-tile:hover .review-tile__cover, .review-tile:focus-visible .review-tile__cover { filter: saturate(1.06) brightness(1.04); transform: scale(1.045); }
.review-tile:hover .review-tile__shade, .review-tile:focus-visible .review-tile__shade { background: linear-gradient(90deg, rgba(4, 27, 29, .25), rgba(25, 67, 54, .18)), linear-gradient(180deg, rgba(8, 27, 28, .12) 8%, rgba(8, 27, 28, .48) 31%, rgba(8, 27, 28, .86) 58%, rgba(8, 27, 28, .995) 100%); }
.review-tile:hover .review-tile__cta, .review-tile:focus-visible .review-tile__cta { height: 18px; margin-top: 11px; opacity: 1; transform: translateY(0); }
.review-tile:hover .review-tile__cta span, .review-tile:focus-visible .review-tile__cta span { transform: translateX(3px); }
.review-tile:focus-visible { outline: 3px solid var(--violet); outline-offset: 4px; }
.section--discover { padding-top: 0; }.discovery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.discovery-card { padding: 25px; min-height: 220px; color: white; background: #15294f; &:nth-child(2) { background: #3b346e; } &:nth-child(3) { background: #273d70; } }.discovery-card span { color: #cdd4ff; font-size: 12px; }.discovery-card h3 { margin: 15px 0 9px; font-size: 28px; }.discovery-card p { max-width: 250px; font-size: 14px; }.discovery-card b { display:block; margin-top: 25px; font-size: 13px; }.discovery-card i { font-style: normal; margin-left: 8px; }
.site-footer { padding: 28px 0 23px; color: #c6cce0; background: var(--night); }
.site-footer__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 24px; }
.site-footer__inner p { margin: 0; }
.site-footer__brand { display: flex; align-items: center; gap: 12px; color: #dfe2f4; font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.site-footer__brand span { color: #a99cff; font-size: 20px; line-height: 1; }
.site-footer__payoff { color: #fffaf3; font: 500 clamp(21px, 2.15vw, 30px)/1.12 "Playfair Display", serif; letter-spacing: -.035em; text-align: center; white-space: nowrap; }
.site-footer__copyright { justify-self: end; color: #aeb6cb; font-size: 11px; letter-spacing: .1em; }
.reading-bar { position: fixed; z-index: 10; top: 0; left: 0; width: 100%; color: var(--ink); background: rgba(248, 245, 239, .76); border-bottom: 1px solid rgba(255, 255, 255, .55); box-shadow: 0 8px 24px rgba(9, 22, 44, .12); backdrop-filter: blur(16px) saturate(125%); -webkit-backdrop-filter: blur(16px) saturate(125%); transform: translateY(-110%); transition: transform 220ms ease-out; }.reading-bar--visible { transform: translateY(0); }.reading-bar__inner { width: min(1180px, calc(100% - 64px)); min-height: 58px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }.reading-bar__context { display: flex; align-items: center; min-width: 0; padding-left: 10px; }.reading-bar__label { color: var(--violet); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }.reading-bar__context p { display: flex; align-items: baseline; gap: 10px; min-width: 0; margin: 0; font-size: 13px; }.reading-bar__context strong { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.reading-bar__context p span { color: #62708b; white-space: nowrap; }.reading-bar__brand { display: flex; align-items: center; padding-left: 14px; border-left: 1px solid rgba(126, 121, 109, .25); font: 600 14px/1 "Playfair Display", serif; white-space: nowrap; transition: text-shadow .2s ease; }.reading-bar__brand:hover, .reading-bar__brand:focus-visible { text-shadow: 0 0 12px rgba(229, 160, 76, .45); outline: none; }.reading-bar__fantasy { color: #c77c2a; }.reading-bar__domain { color: #b96e25; }
.review-banner { height: 124px; display: flex; align-items: end; padding-bottom: 17px; color: white; background: #192a4b url("assets/moonlit-hero.png") center 59% / cover; }.review-banner p { margin: 0 0 0 auto; width: 340px; font: italic 18px/1.35 "Playfair Display",serif; }.banner-quote cite { display: block; margin-top: 5px; color: #d7d6f0; font: 600 10px/1.35 "Source Sans Pro", sans-serif; font-style: normal; letter-spacing: .06em; text-transform: uppercase; }
.review { padding-block: 22px 90px; }.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: #78829a; font-size: 12px; }.breadcrumbs a:hover { color: var(--violet); }
.book-header { position: relative; display: grid; grid-template-columns: 300px 1fr; gap: 45px; margin-top: 22px; padding: 38px; border-top: 4px solid var(--violet); background: #f8f5ef; }.book-header .book-cover img { width: 285px; }.book-header__details h1 { font-size: clamp(43px, 5.2vw, 68px); margin-bottom: 8px; }.author { margin: 0 0 3px; color: #48638e; font: 500 24px "Playfair Display", serif; }.original-title { color: #65708a; }.rating { margin: 20px 0 0; color: var(--ink); font-size: 24px; font-weight: 700; }.rating span { color: var(--gold); letter-spacing: 2px; }.rating small { font-size: 15px; }.rating-note { margin: 0; color: #68728a; font-size: 12px; }.book-meta { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px 30px; margin: 25px 0 18px; }.book-meta div { display: grid; gap: 2px; }.book-meta dt { color: #7d8595; text-transform: uppercase; letter-spacing: .08em; font-size: 10px; }.book-meta dd { margin: 0; font-size: 14px; font-weight: 600; }.tags { display: flex; gap: 7px; flex-wrap: wrap; }.tags span { border-radius: 99px; padding: 5px 11px; background: #e8e8f5; color: #3c3c75; font-size: 12px; }.metadata-buy-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }.metadata-buy-links a { padding: 6px 10px; border-bottom: 1px solid #928bd7; color: #3e3988; font-size: 12px; font-weight: 700; }.metadata-buy-links a:hover, .metadata-buy-links a:focus-visible { color: var(--ink); border-color: var(--ink); outline: none; }
.content-warning { display: flex; gap: 12px; padding: 14px 18px; border-left: 4px solid #b96b41; background: #f7ece8; color: #6e3c2c; font-size: 14px; }.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 210px; justify-content: space-between; gap: 60px; margin-top: 54px; }.article-copy { font-size: 17px; color: var(--body); }.article-copy section { scroll-margin-top: 20px; margin: 0 0 51px; }.article-copy h2 { color: var(--ink); font-size: 37px; margin-bottom: 20px; }.article-copy p { margin-bottom: 19px; }.article-copy a { color: #3e3988; text-decoration: underline; }.article-copy .sources { margin: 0 0 51px; padding: 22px 24px; border: 1px solid #d9d9e4; border-left: 4px solid #918ada; background: #f1f0fb; color: #5e5b82; font-size: 14px; line-height: 1.55; }.article-copy .sources h2 { margin-bottom: 12px; color: var(--ink); font-size: 24px; }.article-copy .sources ul { margin: 0 0 12px; padding-left: 20px; }.article-copy .sources li + li { margin-top: 5px; }.article-copy .sources p:last-child { margin-bottom: 0; }.article-note { padding: 14px 18px; border-left: 3px solid #918ada; color: #5e5b82; background: #f1f0fb; font-size: 14px; }.article-toc { position: sticky; top: 25px; align-self: start; padding: 20px; border-left: 1px solid #d6d9e4; background: #f7f7fb; }.article-toc .eyebrow { margin-bottom: 8px; }.article-toc a { display: block; padding-block: 7px; color: #50607e; font-size: 13px; &:hover { color: var(--violet); } }
.content-warning { display: flex; gap: 12px; padding: 14px 18px; border-left: 4px solid #b96b41; background: #f7ece8; color: #6e3c2c; font-size: 14px; }.affiliate-panel { margin-top: 54px; padding: 32px 34px 34px; border-top: 4px solid var(--violet); background: #f8f5ef; }.affiliate-panel__intro { max-width: 670px; margin-bottom: 25px; }.affiliate-panel__intro h2 { font-size: 34px; margin-bottom: 8px; }.affiliate-panel__intro p:last-child { margin: 0; color: #5f6777; font-size: 14px; line-height: 1.55; }.affiliate-formats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.affiliate-format { min-height: 152px; padding: 18px; border: 1px solid #dedbd3; background: rgba(255, 255, 255, .56); }.affiliate-format h3 { margin: 0 0 13px; font: 700 12px "DM Sans", sans-serif; color: #6c7380; text-transform: uppercase; letter-spacing: .1em; }.retailer-links { display: grid; gap: 8px; }.retailer-links a { display: grid; grid-template-columns: 27px minmax(0, 1fr); align-items: center; gap: 9px; min-height: 42px; padding: 6px 9px; border: 1px solid #d2d4df; background: rgba(255,255,255,.82); color: var(--ink); font-size: 13px; font-weight: 700; transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease; }.retailer-links a:hover, .retailer-links a:focus-visible { border-color: var(--violet); box-shadow: 0 4px 10px rgba(32, 37, 79, .1); transform: translateY(-1px); outline: none; }.retailer-links img { width: 27px; height: 27px; padding: 3px; object-fit: contain; border-radius: 4px; background: #fff; }.retailer-links span { display: block; grid-column: 2; margin-top: -8px; color: #5e5b82; font-size: 10px; font-weight: 600; }.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 210px; justify-content: space-between; gap: 60px; margin-top: 54px; }.article-copy { font-size: 17px; color: var(--body); }.article-copy section { scroll-margin-top: 20px; margin: 0 0 51px; }.article-copy h2 { color: var(--ink); font-size: 37px; margin-bottom: 20px; }.article-copy p { margin-bottom: 19px; }.article-copy a { color: #3e3988; text-decoration: underline; }.article-note { padding: 14px 18px; border-left: 3px solid #918ada; color: #5e5b82; background: #f1f0fb; font-size: 14px; }.article-toc { position: sticky; top: 25px; align-self: start; padding: 20px; border-left: 1px solid #d6d9e4; background: #f7f7fb; }.article-toc .eyebrow { margin-bottom: 8px; }.article-toc a { display: block; padding-block: 7px; color: #50607e; font-size: 13px; &:hover { color: var(--violet); } }.toc-retailers { margin-top: 16px; padding-top: 14px; border-top: 1px solid #d9d9e4; }.toc-retailers p { margin: 0 0 5px; color: #56537e; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }.toc-retailers a { display: inline-block; margin-right: 8px; padding-block: 3px; font-size: 12px; }
@media (max-width: 800px) { .shell { width: min(100% - 36px, 620px); }.site-header { height: 68px; padding-inline: 18px; }.brand { font-size: 20px; }.brand__mark { width: 25px; height: 25px; }.site-nav { gap: 15px; font-size: 12px; }.home-hero { min-height: 630px; padding: 130px 0 55px; }.home-hero__visual { background-position: 63% center; }.featured-review__grid { grid-template-columns: minmax(0,1fr) 145px; gap: 18px; }.featured-review__aside { display: none; }.book-cover img { width: 145px; }.featured-review__copy h2 { font-size: 34px; }.quick-facts { gap: 9px; }.quick-facts div { width: 100%; }.review-strip { grid-template-columns: repeat(2,1fr); }.discovery-grid { grid-template-columns: 1fr; }.book-header { grid-template-columns: 140px minmax(0,1fr); gap: 22px; padding: 27px; }.book-header .book-cover img { width: 140px; }.book-meta { grid-template-columns: 1fr; gap: 9px; }.affiliate-formats { grid-template-columns: 1fr; }.affiliate-panel { padding: 26px; }.article-layout { grid-template-columns: 1fr; gap: 20px; margin-top: 32px; }.article-toc { position: static; grid-row: 1; }.review-banner { height: 92px; }.review-banner p { display:none; }.article-copy { font-size: 16px; }.article-copy h2 { font-size: 31px; }.reading-bar__inner { width: min(100% - 36px, 620px); }.reading-bar__brand { font-size: 12px; }.reading-bar__label { display: none; }.site-footer__inner { grid-template-columns: 1fr; gap: 10px; justify-items: center; text-align: center; }.site-footer__brand { justify-content: center; }.site-footer__payoff { white-space: normal; }.site-footer__copyright { justify-self: auto; } }
@media (max-width: 480px) { .site-nav a:nth-child(2) { display: none; }.brand { font-size: 18px; }.home-hero { min-height: 600px; }.featured-review__grid { grid-template-columns: 1fr; }.featured-review__copy { padding-bottom: 10px; }.book-cover--featured { grid-row: 1; justify-self: start; margin-top: 28px; }.book-cover--featured img { width: 150px; }.section { padding-block: 55px; }.section--discover { padding-top: 0; }.review-strip { grid-template-columns: 1fr 1fr; }.book-header { grid-template-columns: 1fr; }.book-header .book-cover { justify-self: start; }.content-warning { flex-direction: column; gap: 2px; }.site-nav { gap: 12px; }.reading-bar__context p span, .reading-bar__brand { display: none; }.reading-bar__inner { min-height: 52px; }.reading-bar__context { min-width: 0; padding-left: 4px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }.home-hero__visual { transform: none !important; } }

/* Preserve the sans-serif pairing where legacy shorthand declarations occur. */
.banner-quote cite, .affiliate-format h3 { font-family: "Source Sans Pro", sans-serif; }

/* Featured review: levitating book treatment. The unmodified .featured-review rules above
   remain the rollback presentation; remove featured-review--3d on the section to restore it. */
.featured-review--3d { position: relative; overflow: hidden; background: #faf7f1; }
.featured-review--3d::before { content: ""; position: absolute; z-index: 0; top: 50%; right: 15%; left: 39%; height: 1px; background: linear-gradient(90deg, transparent, rgba(102, 93, 204, .8) 18%, rgba(102, 93, 204, .8) 82%, transparent); }
.featured-review--3d .featured-review__grid { position: relative; z-index: 1; grid-template-columns: minmax(290px, 1fr) 264px minmax(270px, .75fr); min-height: 380px; gap: clamp(32px, 4vw, 64px); }
.featured-review--3d .book-cover--featured { position: relative; align-self: center; width: 235px; padding: 8px 21px 13px 5px; perspective: 1100px; transform: translateY(-5px); }
.featured-review--3d .book-cover--featured::before { content: ""; position: absolute; z-index: -1; right: 2px; bottom: -19px; left: 11px; height: 28px; border-radius: 50%; background: rgba(21, 25, 53, .36); filter: blur(14px); transform: rotate(-4deg); transition: transform 280ms ease, opacity 280ms ease; }
.featured-review--3d .book-cover__volume { position: relative; display: block; transform: rotateY(-7deg) rotateZ(.8deg); transform-origin: 20% 50%; transition: transform 360ms cubic-bezier(.2,.75,.2,1); }
.featured-review--3d .book-cover__volume::before { content: ""; position: absolute; z-index: -1; top: 5px; right: -19px; bottom: 5px; width: 23px; border-radius: 0 3px 3px 0; background: repeating-linear-gradient(90deg, #ece9df 0 1px, #faf8f1 1px 3px, #dedbd1 3px 4px); box-shadow: inset 2px 0 4px rgba(26, 31, 46, .16), 3px 4px 5px rgba(15, 23, 43, .17); transform: skewY(-1deg); }
.featured-review--3d .book-cover__volume::after { content: ""; position: absolute; z-index: -1; top: 3px; bottom: 3px; left: -7px; width: 11px; border-radius: 2px 0 0 2px; background: linear-gradient(90deg, #07142a, #25345a 52%, #101d38); box-shadow: -2px 3px 4px rgba(15, 23, 43, .27); }
.featured-review--3d .book-cover--featured img { position: relative; z-index: 1; width: 205px; border-radius: 1px 2px 2px 1px; box-shadow: 8px 12px 18px rgba(16, 28, 54, .24); }
.featured-review--3d .book-cover--featured:hover .book-cover__volume, .featured-review--3d .book-cover--featured:focus-visible .book-cover__volume { transform: translateY(-8px) rotateY(-11deg) rotateZ(-1deg); }
.featured-review--3d .book-cover--featured:hover::before, .featured-review--3d .book-cover--featured:focus-visible::before { opacity: .72; transform: translate(7px, 8px) scale(.9) rotate(-4deg); }
.featured-review--3d .book-cover--featured:focus-visible { outline: 3px solid var(--violet); outline-offset: 8px; }

@media (max-width: 800px) {
  .featured-review--3d::before { left: 32%; right: 8%; }
  .featured-review--3d .featured-review__grid { grid-template-columns: minmax(0, 1fr) 185px; min-height: 335px; gap: 25px; }
  .featured-review--3d .book-cover--featured { width: 175px; padding-right: 15px; }
  .featured-review--3d .book-cover--featured img { width: 155px; }
  .featured-review--3d .book-cover__volume::before { right: -14px; width: 17px; }
  .featured-review--3d .book-cover__volume::after { left: -6px; width: 9px; }
}

@media (max-width: 480px) {
  .featured-review--3d::before { top: 40%; right: 7%; left: 7%; }
  .featured-review--3d .featured-review__grid { display: flex; flex-direction: column; align-items: flex-start; gap: 0; min-height: auto; }
  .featured-review--3d .book-cover--featured { order: -1; align-self: center; width: 190px; margin: 31px 0 12px; }
  .featured-review--3d .book-cover--featured img { width: 168px; }
  .featured-review--3d .featured-review__copy { padding-top: 20px; }
}
