:root {
  color-scheme: light;
  --indigo: #534994;
  --plum: #570067;
  --paper: #fffbc2;
  --rose: #edbbbb;
  --lavender: #d0b0ce;
  --ink: #342340;
  --rail-light: #fdf2ff;
  --edge: #9b88b3;
  --nav-violet: #5b198e;
  --nav-highlight: #f0c2b5;
  --nav-type: Optima, Candara, 'Trebuchet MS', Arial, sans-serif;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
  font: 93.75%/1.55 var(--sans);
  color: var(--ink);
  background: #ded8e6;
  scrollbar-color: #796294 #ded8e6;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; }
a { color: var(--plum); text-underline-offset: .2em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: #d0b0ce80; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid #803ca0; outline-offset: 4px; }
::selection { background: var(--plum); color: #fff; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 12px 20px; background: #fff; z-index: 5; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-shell { width: 100%; flex: 1; max-width: 1280px; margin: 0 auto; display: flex; flex-direction: column; box-shadow: 0 8px 25px #34234026; }
.site-layout { flex: none; display: grid; grid-template-columns: 200px minmax(0, 1fr) 240px; grid-template-rows: auto auto 1fr; grid-template-areas: 'masthead masthead right' 'left primary right' 'left main right'; }
.masthead { grid-area: masthead; min-width: 0; background: #544d84; display: flex; align-items: center; }
.masthead-player { position: relative; width: min(100%, 580px); }
.masthead-home { display: block; position: relative; width: 100%; isolation: isolate; overflow: hidden; }
.masthead .masthead-scene { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; object-fit: fill; z-index: 0; }
.masthead .masthead-scene:first-child { position: relative; height: auto; aspect-ratio: 580 / 167; }
.masthead-scene.is-active { opacity: 1; z-index: 1; }
.masthead-scene.is-next { z-index: 2; }
.masthead .masthead-lettering { position: absolute; z-index: 3; top: 14%; right: 4%; width: 51%; height: auto; pointer-events: none; }
.masthead-home:focus-visible { outline-offset: -5px; outline-color: #fffbc2; }
.side-nav { grid-area: left; background: var(--indigo); min-width: 0; padding: 0 0 30px; }
.nav-heading { font: italic 1.266667rem/1.2 var(--serif); color: var(--rail-light); margin: 22px 18px 12px; }
.second-heading { margin-top: 30px; color: #e5bdbc; }
.vertical-tabs { list-style: none; margin: 0; padding: 0 0 0 12px; }
.vertical-tabs li { margin: 0 0 4px; }
.vertical-tabs a, .vertical-tabs .pending-nav-label { display: block; position: relative; padding: 10px 14px; min-height: 42px; border: 1px solid #342861; border-top-color: #b4a2cc; border-right: 0; border-radius: 6px 0 0 6px; color: var(--rail-light); background: linear-gradient(#7565a3, #62518f); box-shadow: 0 2px 3px #25164726; text-decoration: none; font: 0.866667rem/1.4 Verdana, var(--sans); transition: background-color 140ms ease-out, color 140ms ease-out; }
.vertical-tabs a:hover, .vertical-tabs .pending-nav-label:hover { background: #76639c; color: #fff; }
.vertical-tabs a[aria-current] { background: #76639c; color: var(--rail-light); font-weight: bold; border-color: #b4a2cc; box-shadow: none; }
.vertical-tabs a:focus-visible { z-index: 1; outline-color: #fffbc2; outline-offset: -4px; }
.vertical-tabs a[aria-current]:focus-visible { outline-color: #fffbc2; }
.menu-toggle { display: none; }
.primary-nav { grid-area: primary; min-width: 0; background: var(--plum); border-top: 1px solid #a775b1; border-bottom: 1px solid #390047; }
.primary-nav ul { list-style: none; margin: 0; padding: 0; display: flex; }
.primary-nav li { flex: 1; min-width: 0; }
.primary-nav a { display: flex; align-items: center; justify-content: center; min-height: 34px; padding: 5px 6px; color: #fff6ff; font-size: 0.8rem; text-align: center; text-decoration: none; border-right: 1px solid #84478f; }
.primary-nav li:last-child a { border-right: 0; }
.primary-nav a:hover, .primary-nav a[aria-current] { background: #794387; }
.primary-nav a[aria-current] { text-decoration: underline; text-underline-offset: 5px; }
.primary-nav a:focus-visible { outline-color: #fffbc2; outline-offset: -4px; }
main { grid-area: main; min-width: 0; padding: 28px 30px 32px; background: linear-gradient(100deg, #f6e5c6, var(--paper) 30%, #fffccf); }
main:focus { outline: none; }
h1, h2, h3 { font-family: var(--serif); color: var(--plum); font-weight: normal; text-wrap: balance; }
h1 { font-size: clamp(1.8rem, 2.8vw, 2.4rem); line-height: 1.15; margin: 0 0 10px; }
p { margin: 0 0 16px; }
.page-heading { padding-bottom: 20px; border-bottom: 1px solid #bdaa9e; margin-bottom: 30px; }
.page-heading p { margin: 0; font-size: 0.933333rem; }
.home-hero { display: block; position: relative; width: 100%; background: #332746; text-decoration: none; }
.home-hero img { display: block; width: 100%; height: auto; }
.home-section-divider { margin: 24px 0; border: 0; border-top: 1px solid #bdaa9e; }
.home-hero:hover { outline: 1px solid var(--plum); outline-offset: 3px; }
.home-hero:focus-visible { outline: 3px solid #803ca0; outline-offset: 4px; }
.page-home { container: home-layout / inline-size; padding: 16.8px 18px 30.72px; }
.home-editorial { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 24px; align-items: start; }
.home-featured, .home-powersigil { min-width: 0; }
.home-featured { border-left: 1px solid #bdaa9e; padding-left: 24px; }
.home-block-title { margin: 0 0 20px; text-align: center; font: normal 1.4rem/1.25 var(--serif); }
.home-block-title a { text-decoration: none; }
.home-block-title a:hover { text-decoration: underline; }
.home-featured .book-shelf { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
.home-featured .book-cover-frame { width: min(112px, 100%); height: 170px; margin-bottom: 12px; }
.home-featured .book h3 { font: bold .933333rem/1.4 var(--sans); margin: 0 0 7px; }
.home-featured .book-link:hover h3 { text-decoration: underline; text-underline-offset: 3px; }
.home-featured .book-subtitle { font-size: .866667rem; }
.home-powersigil { border-left: 1px solid #bdaa9e; padding-left: 24px; text-align: center; }
.home-powersigil-image { display: block; width: 100%; max-width: 240px; margin: 0 auto 16px; }
.home-powersigil-image img { width: 100%; height: auto; }
@media (max-width: 1100px) and (min-width: 901px) { .page-home { padding: 15px 13.2px 24px; } }
@media (max-width: 720px) { .page-home { padding: 15px 12px 28.8px; } }
@container home-layout (max-width: 620px) {
  .home-editorial { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .home-featured { border-left: 0; padding-left: 0; }
  .home-powersigil { border-left: 0; padding-left: 0; border-top: 1px solid #bdaa9e; padding-top: 24px; }
  .home-featured .book-shelf { gap: 28px 18px; }
}
.book-shelf { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 22px; row-gap: 32px; list-style: none; padding: 0; margin: 0; }
.book { text-align: center; min-width: 0; }
.book-link { display: block; text-decoration: none; }
.book-cover-frame { display: block; width: 132px; height: 200px; margin: 0 auto 15px; overflow: hidden; }
.book-cover-frame img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(2px 4px 3px #32213826); }
.cover-crop-side-margins img { object-fit: cover; object-position: center; }
.book h2 { font: bold 0.933333rem/1.4 var(--sans); margin: 0 0 7px; }
.book-link:hover h2 { text-decoration: underline; text-underline-offset: 3px; }
.book-subtitle { font: italic 0.933333rem/1.4 var(--serif); margin: 0 auto 10px; max-width: 22ch; }
.text-link { font-size: 0.8rem; font-weight: bold; }
.also-listed { border-top: 1px solid #bdaa9e; margin-top: 35px; padding-top: 22px; }
.also-listed h2 { font-size: 1.466667rem; margin: 0 0 10px; }
.also-listed p { font-size: 0.866667rem; }
.also-listed ul { list-style: none; margin: 0; padding: 0; }
.also-listed li { padding: 10px 0; }
.also-listed li a { display: block; font-weight: bold; font-size: 0.933333rem; }
.also-listed li span { display: block; font: italic 0.933333rem/1.5 var(--serif); margin-top: 2px; }
.right-rail { grid-area: right; min-width: 0; background: var(--rose); padding: 25px 20px 28px; border-left: 1px solid #cd95b1; }
.right-rail section + section { margin-top: 28px; }
.right-rail h2 { font-size: 1.533333rem; line-height: 1.2; margin: 0 0 17px; text-align: center; }
.portrait { width: 152px; height: 152px; margin: 0 auto 16px; border: 0; border-radius: 50%; object-fit: cover; }
/* Circle bottom aligns with the horizontal navigation midpoint on desktop. */
@media (min-width: 901px) { .right-rail { padding-top: calc(167px + 18px - 152px); } }
.period-intro { text-align: center; font-size: 0.866667rem; line-height: 1.6; }
.portrait-section { display: flow-root; }
.rail-link { display: block; clear: both; font-size: 0.8rem; text-align: center; font-weight: bold; }
.gathering-section { border-top: 1px solid #c28eaa; padding-top: 25px; text-align: center; }
.gathering-link { display: block; width: 150px; margin: 0 auto; text-decoration: none; -webkit-tap-highlight-color: transparent; }
.gathering-promo { width: 150px; height: 114px; border: 0; transition: filter 120ms ease-out; }
.gathering-link:hover .gathering-promo { filter: brightness(1.08) saturate(1.05); }
.rail-quote { margin: 30px 0; border-top: 1px solid #c28eaa; padding-top: 24px; text-align: center; }
.rail-quote blockquote { margin: 0 0 16px; color: #514078; font: italic 1.133333rem/1.6 var(--serif); }
.rail-quote figcaption { font: italic 1rem var(--serif); color: #514078; }
/* Reserve space below the text for future footer content. */
.site-footer { flex: 1 0 auto; min-height: 245px; background: var(--plum); color: #f5e4f3; padding: 0; text-align: center; }
.site-footer > a { font: italic 1.333333rem var(--serif); }
.site-footer a { color: #fff5fb; }
.site-footer nav { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; margin: 0; padding: 12px 28px 8.8px; font-size: 0.8rem; }
.site-footer nav a { display: inline-flex; align-items: center; min-height: 32px; }
.reading-text { max-width: 70ch; }
.reading-text p { font: 1.133333rem/1.75 var(--serif); margin-bottom: 22px; }
.article-attribution { margin: 10px 0 0; color: #62496a; font-size: 0.866667rem; line-height: 1.5; }
.article-attribution a { font-weight: bold; }
.testimonial-index { max-width: 70ch; margin: 28px 0 38px; padding: 20px 0 18px; border-block: 1px solid #bdaa9e; }
.testimonial-index h2 { margin: 0 0 12px; font: italic 1.646667rem/1.3 var(--serif); }
.testimonial-index ol { columns: 2; column-gap: 30px; margin: 0; padding: 0; list-style: none; font-size: 1.04rem; line-height: 1.5; }
.testimonial-index li { break-inside: avoid; margin: 0 0 7px; padding-right: 8px; }
.testimonial-index span { color: #62496a; }
.testimonial-stream { max-width: 70ch; margin-top: 34px; }
.testimonial-entry { padding: 0 0 30px; margin: 0 0 32px; border-bottom: 1px solid #bdaa9e; }
.testimonial-entry:last-child { border-bottom: 0; }
.testimonial-entry h2 { margin: 0 0 14px; font: italic 1.533333rem/1.3 var(--serif); color: var(--plum); }
.testimonial-entry section p { margin: 0; color: #514078; font: 1.133333rem/1.75 var(--serif); }
.testimonial-entry footer { margin-top: 13px; color: #62496a; font: 0.866667rem/1.5 var(--sans); }
.testimonial-entry footer p { margin: 0; }
.testimonial-entry cite { color: var(--ink); font-weight: bold; font-style: normal; }
.endorsements { max-width: 70ch; margin: 0 0 32px; padding: 20px 22px 4px; border: 1px solid #c4a9c5; background: #fff8d4; box-shadow: inset 4px 0 0 var(--lavender); }
.endorsements h2 { margin: 0 0 13px; font: italic 1.266667rem/1.3 var(--serif); }
.endorsement { margin: 0; padding: 15px 0 17px; border-top: 1px solid #d8c9b5; }
.endorsement blockquote { margin: 0 0 9px; }
.endorsement blockquote p { margin: 0; color: #514078; font: italic 1.066667rem/1.6 var(--serif); }
.endorsement figcaption { color: #62496a; font-size: 0.8rem; line-height: 1.45; }
.endorsement figcaption cite { display: block; color: var(--ink); font: bold 0.866667rem/1.45 var(--sans); }
.endorsement figcaption span { display: block; }
.book-detail { display: grid; grid-template-columns: 160px minmax(0,1fr); align-items: start; gap: 25px; padding: 26px 0; border-bottom: 1px solid #bdaa9e; scroll-margin-top: 20px; }
.book-detail:first-of-type { padding-top: 0; }
.book-detail h2 { font-size: 1.733333rem; line-height: 1.25; margin: 0 0 12px; }
.book-detail img { width: 160px; max-height: 250px; object-fit: contain; }
.edition-subtitle { font: italic 1.2rem/1.5 var(--serif); }
.unavailable { font: italic 1rem/1.6 var(--serif); color: #62496a; }
.book-page-heading { padding-bottom: 20px; border-bottom: 1px solid #bdaa9e; margin-bottom: 28px; }
.book-page-heading h1 { max-width: 19ch; }
.book-byline { margin: 0 0 5px; color: #62496a; font: italic 0.933333rem/1.4 var(--serif); }
.book-page-subtitle { margin: 0; color: #62496a; font: italic 1.2rem/1.45 var(--serif); }
.book-page-layout { display: grid; grid-template-columns: 200px minmax(0,1fr); align-items: start; gap: 30px; }
.book-page-cover { width: 200px; height: 300px; margin: 0; overflow: hidden; }
.book-page-cover img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: top center; filter: drop-shadow(3px 5px 4px #32213833); }
.book-page-cover.cover-crop-side-margins img { object-fit: cover; }
.book-facts { margin: 0 0 24px; padding: 12px 14px; border-top: 1px solid #c9b5aa; border-bottom: 1px solid #c9b5aa; font-size: 0.8rem; }
.book-facts div { display: grid; grid-template-columns: 7.5rem minmax(0,1fr); gap: 10px; }
.book-facts div + div { margin-top: 4px; }
.book-facts dt { font-weight: bold; }
.book-facts dd { margin: 0; }
.book-description h2 { margin: 0 0 14px; font-size: 1.533333rem; }
.book-description p { font: 1.066667rem/1.7 var(--serif); }
.book-purchases { display: flex; align-items: flex-end; flex-wrap: wrap; gap: 14px; margin: 25px 0 4px; }
.purchase-option { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 5px; color: var(--ink); text-decoration: none; -webkit-tap-highlight-color: transparent; }
.purchase-format { color: #62496a; font: bold 0.935rem/1 var(--sans); }
.purchase-option-ebook img { display: block; width: 137px; height: 27px; border: 0; image-rendering: auto; transition: filter 120ms ease-out; }
.purchase-option-ebook:hover img { filter: brightness(1.16); }
.amazon-button { display: inline-flex; min-height: 27px; align-items: center; justify-content: center; padding: 3px 15px; border: 1px solid #9c7e16; border-radius: 3px; background: linear-gradient(#ffe778, #f4c438); box-shadow: inset 0 1px #fff5b6; color: #211b12; font: bold 0.8rem/1 var(--sans); white-space: nowrap; }
.purchase-option-print:hover .amazon-button { background: linear-gradient(#ffed8e, #eeb621); }
.print-status { min-height: 27px; display: inline-flex; align-items: center; padding: 3px 9px; border: 1px solid #baa7b9; color: #62496a; background: #f3e7de; font: bold 0.8rem/1 var(--sans); }
.purchase-option:focus-visible { outline: 2px solid var(--plum); outline-offset: 4px; }
.book-back { margin: 28px 0 0; padding-top: 17px; border-top: 1px solid #bdaa9e; font-size: 0.8rem; font-weight: bold; }
.article-index { list-style: none; padding: 0; }
.article-index li { padding: 18px 0 24px; border-bottom: 1px solid #bdaa9e; }
.article-index h2 { font-size: 1.666667rem; line-height: 1.3; margin: 0 0 12px; }
.article-index p { font-size: 0.866667rem; margin-bottom: 10px; }
.index-introduction { margin-bottom: 28px; }
main > article > header { padding-bottom: 20px; border-bottom: 1px solid #bdaa9e; margin-bottom: 30px; }
main > article > section { max-width: 760px; }
main > article > footer { max-width: 760px; padding-top: 10px; color: #62496a; }
.construction-note { margin: 0 0 20px; font: italic 1.133333rem/1.6 var(--serif); color: #62496a; }
.availability { font: italic 0.933333rem var(--serif); color: #62496a; }
.archive-section { padding: 24px 0; border-bottom: 1px solid #bdaa9e; scroll-margin-top: 20px; }
.archive-section h2 { margin: 0 0 15px; font-size: 1.666667rem; }
.archive-section:target, .book-detail:target { outline: 2px solid #8b649f; outline-offset: 8px; }
@media (max-width: 1100px) and (min-width: 901px) { main { padding: 25px 22px; } .book-shelf { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 900px) {
  .site-layout { grid-template-columns: 190px minmax(0,1fr); grid-template-rows: auto auto 1fr auto; grid-template-areas: 'masthead masthead' 'left primary' 'left main' 'right right'; }
  .right-rail { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; border-left: 0; border-top: 1px solid #cd95b1; padding: 25px; }
  .right-rail section + section, .rail-quote { margin: 0; }
  .gathering-section { padding-top: 0; border-top: 0; }
  .book-shelf { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 720px) {
  .site-shell { box-shadow: none; }
  .site-layout { grid-template-columns: minmax(0,1fr); grid-template-rows: auto auto auto auto auto; grid-template-areas: 'masthead' 'primary' 'left' 'main' 'right'; }
  .masthead { min-height: 0; }
  .masthead-player { width: 100%; max-width: 580px; margin: 0 auto; }
  .side-nav { padding-bottom: 0; }
  .menu-toggle { display: flex; align-items: center; justify-content: space-between; gap: 15px; width: 100%; padding: 13px 18px; color: #fff; background: var(--indigo); border: 0; border-top: 1px solid #9b88b3; cursor: pointer; text-align: left; }
  .menu-toggle svg { width: 1.25rem; height: 1.25rem; flex: none; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
  .menu-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
  .menu-toggle:focus-visible { outline-color: #fffbc2; outline-offset: -5px; }
  #side-links { padding-bottom: 22px; }
  .vertical-tabs { padding-right: 12px; }
  .vertical-tabs a, .vertical-tabs .pending-nav-label { border-right: 1px solid #342861; border-radius: 5px; padding: 11px 14px; }
  main { padding: 25px 20px 30px; }
  h1 { font-size: 2rem; }
  .page-heading { margin-bottom: 25px; }
  .book-shelf { gap: 30px 18px; }
  .book-cover-frame { width: min(132px, 100%); height: 190px; }
  .book h2 { font-size: 0.866667rem; }
  .book-subtitle { font-size: 0.866667rem; }
  .book-detail { grid-template-columns: 110px minmax(0,1fr); gap: 18px; }
  .book-detail h2 { font-size: 1.466667rem; }
  .book-page-layout { grid-template-columns: 150px minmax(0,1fr); gap: 22px; }
  .book-page-cover { width: 150px; height: 225px; }
  .right-rail { padding: 25px 20px; }
}
@media (max-width: 480px) {
  .right-rail { grid-template-columns: minmax(0,1fr); }
  .portrait-section { max-width: 300px; margin: 0 auto; }
  .gathering-section { border-top: 1px solid #c28eaa; padding-top: 24px; }
  .book-detail { grid-template-columns: minmax(0,1fr); }
  .book-detail img { width: 132px; }
  .book-page-layout { grid-template-columns: minmax(0,1fr); }
  .book-page-cover { width: 165px; height: 248px; margin: 0 auto; }
  .book-facts div { grid-template-columns: 6.5rem minmax(0,1fr); }
  .testimonial-index ol { columns: 1; }
}

/*
 * Recovered-style side-navigation prototype.
 *
 * Side-navigation source only survives in hover states, so its resting and
 * current-page treatments are deliberately conservative completions rather
 * than claims of pixel-exact recovery. The horizontal navigation uses four
 * equal-width tabs after the owner-approved Testimonials addition. Text remains semantic HTML;
 * no reference GIF or font binary is shipped.
 */
@media (min-width: 721px) {
  .nav-reconstruction .side-nav { padding-top: 36px; box-shadow: inset 0 1px 0 #a775b1; }
}
.nav-reconstruction .vertical-tabs { padding: 0 10px; }
.nav-reconstruction .vertical-tabs li { margin: 0; }
.nav-reconstruction .vertical-tabs a,
.nav-reconstruction .vertical-tabs .pending-nav-label {
  display: flex;
  align-items: center;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  min-height: 36px;
  padding: 6px 10px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  font: 700 0.98rem/1 var(--nav-type);
  letter-spacing: -.015em;
  white-space: nowrap;
  text-shadow: 0 1px #35215a;
}
.nav-reconstruction .vertical-tabs a::before,
.nav-reconstruction .vertical-tabs .pending-nav-label::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 0;
  background: transparent;
  box-shadow:
    inset 1px 0 0 #ffffff1c,
    inset -1px 0 0 #ffffff1c,
    inset 0 -1px 0 #ffffff30;
  transition: background 120ms ease-out, box-shadow 120ms ease-out, filter 120ms ease-out;
}
.nav-reconstruction .vertical-tabs li:first-child a::before,
.nav-reconstruction .vertical-tabs li:first-child .pending-nav-label::before {
  box-shadow:
    inset 1px 0 0 #ffffff1c,
    inset -1px 0 0 #ffffff1c,
    inset 0 1px 0 #ffffff1c,
    inset 0 -1px 0 #ffffff30;
}
.nav-reconstruction .vertical-tabs .pending-nav-label { cursor: default; }
.nav-reconstruction .vertical-tabs a:hover,
.nav-reconstruction .vertical-tabs .pending-nav-label:hover,
.nav-reconstruction .vertical-tabs a[aria-current] {
  border: 0;
  background: transparent;
  color: #fff;
  font-weight: 700;
  box-shadow: none;
}
.nav-reconstruction .vertical-tabs a:hover::before,
.nav-reconstruction .vertical-tabs .pending-nav-label:hover::before {
  background: linear-gradient(#82448e 0 3px, var(--nav-violet) 3px 100%);
  box-shadow: inset 0 0 0 1px #a96bb1;
  filter: brightness(1.1);
}
.nav-reconstruction .vertical-tabs a[aria-current] {
  color: #fff;
  text-shadow: 0 1px #35215a;
}
.nav-reconstruction .vertical-tabs a[aria-current]::before {
  background: #ffffff1f;
  box-shadow: inset 0 0 0 1px #ffffff30;
}
.nav-reconstruction .vertical-tabs a:focus-visible { outline-offset: -2px; }
.nav-reconstruction .nav-heading { margin-bottom: 8px; }
.nav-reconstruction .second-heading { margin-top: 23px; }

.nav-review-tools {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px;
  border: 1px solid #342861;
  background: #fffbc2f2;
  box-shadow: 0 4px 16px #3423404d;
  color: var(--ink);
  font: 0.733333rem/1.2 var(--sans);
}
.nav-review-tools span { padding: 0 5px; font-weight: bold; }
.nav-review-tools button {
  min-height: 32px;
  padding: 5px 9px;
  border: 1px solid #76639c;
  background: #fff;
  color: var(--plum);
  cursor: pointer;
}
.nav-review-tools button[aria-pressed='true'] { background: var(--nav-violet); color: #fff; }

@media (max-width: 720px) {
  .nav-reconstruction .vertical-tabs a,
  .nav-reconstruction .vertical-tabs .pending-nav-label {
    width: 100%;
    max-width: none;
    min-height: 44px;
    padding: 7px 12px;
    border: 0;
    border-radius: 0;
    white-space: nowrap;
  }
  .nav-reconstruction .vertical-tabs a::before,
  .nav-reconstruction .vertical-tabs .pending-nav-label::before { inset: 0; border-radius: 0; }
  .nav-review-tools { right: 8px; bottom: 8px; left: 8px; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; } }
@media (forced-colors: active) {
  .site-shell, .vertical-tabs a { box-shadow: none; }
  .vertical-tabs a { border: 1px solid ButtonText; background: Canvas; color: LinkText; }
  .vertical-tabs a[aria-current] { color: LinkText; background: Canvas; border: 2px solid Highlight; text-decoration: underline; }
  .primary-nav a[aria-current] { outline: 1px solid Highlight; }
  .nav-reconstruction .vertical-tabs a,
  .nav-reconstruction .vertical-tabs a:hover,
  .nav-reconstruction .vertical-tabs a[aria-current],
  .nav-reconstruction .vertical-tabs .pending-nav-label { background: Canvas; color: LinkText; text-shadow: none; }
  .nav-reconstruction .vertical-tabs a::before,
  .nav-reconstruction .vertical-tabs .pending-nav-label::before { border: 1px solid ButtonText; background: Canvas; box-shadow: none; }
  .nav-reconstruction .vertical-tabs a[aria-current]::before { border: 2px solid Highlight; }
  .book-cover-frame img { filter: none; }
  :focus-visible { outline: 3px solid Highlight; }
}

/* Owner-reviewed Powersigil directory; shares the testimonial index layout. */
.powersigil-content { max-width: 70ch; text-align: left; }
.powersigil-page-heading, .powersigil-content .home-block-title { text-align: left; }
.powersigil-about { text-align: left; }
.powersigil-resources { list-style: none; margin: 0; padding: 0; }
.powersigil-resources li { padding: 16px 0; }
.powersigil-resources h2 { font: normal 1.2rem/1.35 var(--serif); margin: 0 0 8px; }
.powersigil-resources a { text-decoration: none; }
.powersigil-resources a:hover { text-decoration: underline; }
.powersigil-resources p { margin: 0; font: .8rem/1.5 var(--sans); color: #62496a; }
.powersigil-store { margin-top: 32px; padding-top: 24px; border-top: 1px solid #bdaa9e; text-align: left; }
.powersigil-free-index { border-bottom: 0; margin-bottom: 0; }
.powersigil-free-links a { overflow-wrap: anywhere; }
.powersigil-source-date { color: #62496a; font-size: .8rem; white-space: nowrap; }
